Skip to content

Commit

Permalink
Merge pull request #48 from vokal-isaac/feature/fixPodSpecLintIssue
Browse files Browse the repository at this point in the history
Fix the pod spec lint issue.
  • Loading branch information
brockboland committed Sep 11, 2015
2 parents 90cdedc + 797f215 commit f455078
Show file tree
Hide file tree
Showing 16 changed files with 1,011 additions and 1,011 deletions.
24 changes: 12 additions & 12 deletions Paging Data Source Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
PODS:
- ILGDynamicObjC/ILGClasses (0.1.1)
- Vokoder (1.3.0):
- Vokoder/Core (= 1.3.0)
- Vokoder/DataSources (= 1.3.0)
- Vokoder/Core (1.3.0):
- Vokoder (1.3.1):
- Vokoder/Core (= 1.3.1)
- Vokoder/DataSources (= 1.3.1)
- Vokoder/Core (1.3.1):
- ILGDynamicObjC/ILGClasses (~> 0.1.1)
- Vokoder/DataSources (1.3.0):
- Vokoder/DataSources (1.3.1):
- Vokoder/Core
- Vokoder/DataSources/Collection (= 1.3.0)
- Vokoder/DataSources/FetchedResults (= 1.3.0)
- Vokoder/DataSources/PagingFetchedResults (= 1.3.0)
- Vokoder/DataSources/Collection (1.3.0):
- Vokoder/DataSources/Collection (= 1.3.1)
- Vokoder/DataSources/FetchedResults (= 1.3.1)
- Vokoder/DataSources/PagingFetchedResults (= 1.3.1)
- Vokoder/DataSources/Collection (1.3.1):
- Vokoder/Core
- Vokoder/DataSources/FetchedResults
- Vokoder/DataSources/FetchedResults (1.3.0):
- Vokoder/DataSources/FetchedResults (1.3.1):
- Vokoder/Core
- Vokoder/DataSources/PagingFetchedResults (1.3.0):
- Vokoder/DataSources/PagingFetchedResults (1.3.1):
- Vokoder/Core
- Vokoder/DataSources/FetchedResults

Expand All @@ -28,6 +28,6 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
ILGDynamicObjC: 63443567f8ce851067ea3070d3b8c7f93d37207c
Vokoder: a0df009661b524b84712984bfa62af586c173a55
Vokoder: 1a89327504093c719b11c43a78cfc5c0501a4efd

COCOAPODS: 0.37.2

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions Paging Data Source Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

732 changes: 366 additions & 366 deletions Paging Data Source Example/Pods/Pods.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Pod/Classes/VOKCoreDataManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#import "VOKCoreDataManager.h"
#import "VOKCoreDataManagerInternalMacros.h"

#import <ILGClasses.h>
#import <ILGDynamicObjC/ILGClasses.h>

#import "VOKMappableModel.h"

Expand Down
24 changes: 12 additions & 12 deletions SampleProject/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
PODS:
- ILGDynamicObjC/ILGClasses (0.1.1)
- Vokoder (1.3.0):
- Vokoder/Core (= 1.3.0)
- Vokoder/DataSources (= 1.3.0)
- Vokoder/Core (1.3.0):
- Vokoder (1.3.1):
- Vokoder/Core (= 1.3.1)
- Vokoder/DataSources (= 1.3.1)
- Vokoder/Core (1.3.1):
- ILGDynamicObjC/ILGClasses (~> 0.1.1)
- Vokoder/DataSources (1.3.0):
- Vokoder/DataSources (1.3.1):
- Vokoder/Core
- Vokoder/DataSources/Collection (= 1.3.0)
- Vokoder/DataSources/FetchedResults (= 1.3.0)
- Vokoder/DataSources/PagingFetchedResults (= 1.3.0)
- Vokoder/DataSources/Collection (1.3.0):
- Vokoder/DataSources/Collection (= 1.3.1)
- Vokoder/DataSources/FetchedResults (= 1.3.1)
- Vokoder/DataSources/PagingFetchedResults (= 1.3.1)
- Vokoder/DataSources/Collection (1.3.1):
- Vokoder/Core
- Vokoder/DataSources/FetchedResults
- Vokoder/DataSources/FetchedResults (1.3.0):
- Vokoder/DataSources/FetchedResults (1.3.1):
- Vokoder/Core
- Vokoder/DataSources/PagingFetchedResults (1.3.0):
- Vokoder/DataSources/PagingFetchedResults (1.3.1):
- Vokoder/Core
- Vokoder/DataSources/FetchedResults

Expand All @@ -28,6 +28,6 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
ILGDynamicObjC: 63443567f8ce851067ea3070d3b8c7f93d37207c
Vokoder: a0df009661b524b84712984bfa62af586c173a55
Vokoder: 1a89327504093c719b11c43a78cfc5c0501a4efd

COCOAPODS: 0.37.2
4 changes: 2 additions & 2 deletions SampleProject/Pods/Local Podspecs/Vokoder.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions SampleProject/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f455078

Please sign in to comment.