Skip to content

Commit 1c117e9

Browse files
author
Josh Holtz
committed
Got a working Pods repository with pretty much nothing in it
1 parent 96e1f3c commit 1c117e9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1686
-26
lines changed

Classes/JSONAPI.h

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
//
2+
// JSONAPI.h
3+
// JSONAPI
4+
//
5+
// Created by Josh Holtz on 12/23/13.
6+
// Copyright (c) 2013 Josh Holtz. All rights reserved.
7+
//
8+
9+
#ifndef JSONAPI_JSONAPI_h
10+
#define JSONAPI_JSONAPI_h
11+
12+
#import "JSONAPITopLevel.h"
13+
#import "JSONAPIModel.h"
14+
15+
#endif

Classes/JSONAPIModel.h

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
//
2+
// JSONAPIModel.h
3+
// JSONAPI
4+
//
5+
// Created by Josh Holtz on 12/23/13.
6+
// Copyright (c) 2013 Josh Holtz. All rights reserved.
7+
//
8+
9+
#import <Foundation/Foundation.h>
10+
11+
@interface JSONAPIModel : NSObject
12+
13+
@end

Classes/JSONAPIModel.m

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
//
2+
// JSONAPIModel.m
3+
// JSONAPI
4+
//
5+
// Created by Josh Holtz on 12/23/13.
6+
// Copyright (c) 2013 Josh Holtz. All rights reserved.
7+
//
8+
9+
#import "JSONAPIModel.h"
10+
11+
@implementation JSONAPIModel
12+
13+
@end

Classes/JSONAPITopLevel.h

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
//
2+
// JSONAPITopLevel.h
3+
// JSONAPI
4+
//
5+
// Created by Josh Holtz on 12/23/13.
6+
// Copyright (c) 2013 Josh Holtz. All rights reserved.
7+
//
8+
9+
#import <Foundation/Foundation.h>
10+
11+
@interface JSONAPITopLevel : NSObject
12+
13+
@end

Classes/JSONAPITopLevel.m

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
//
2+
// JSONAPITopLevel.m
3+
// JSONAPI
4+
//
5+
// Created by Josh Holtz on 12/23/13.
6+
// Copyright (c) 2013 Josh Holtz. All rights reserved.
7+
//
8+
9+
#import "JSONAPITopLevel.h"
10+
11+
@implementation JSONAPITopLevel
12+
13+
@end

Classes/ios/.gitkeep

Whitespace-only changes.

Classes/osx/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)