From b2bbf5e3b3ed69c73e41a608f1a072ddc6afafab Mon Sep 17 00:00:00 2001 From: John Rommel Estropia Date: Thu, 28 May 2015 00:06:31 +0900 Subject: [PATCH] cocoapods --- CoreStore.podspec | 16 ++++++++++++++++ CoreStore.xcodeproj/project.pbxproj | 2 ++ CoreStore/Info.plist | 2 +- Libraries/GCDKit | 2 +- 4 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 CoreStore.podspec diff --git a/CoreStore.podspec b/CoreStore.podspec new file mode 100644 index 0000000..b836200 --- /dev/null +++ b/CoreStore.podspec @@ -0,0 +1,16 @@ +Pod::Spec.new do |s| + s.name = "CoreStore" + s.version = "0.1.0" + s.license = "MIT" + s.summary = "Simple, elegant, and smart Core Data programming with Swift" + s.homepage = "https://github.com/JohnEstropia/CoreStore" + s.author = { "John Rommel Estropia" => "rommel.estropia@gmail.com" } + s.source = { :git => "https://github.com/JohnEstropia/CoreStore.git", :tag => s.version.to_s } + + s.ios.deployment_target = "8.0" + + s.source_files = "CoreStore", "CoreStore/**/*.{swift}" + s.frameworks = "Foundation", "UIKit", "CoreData" + s.requires_arc = true + s.dependency "GCDKit", "~> 1.0" +end \ No newline at end of file diff --git a/CoreStore.xcodeproj/project.pbxproj b/CoreStore.xcodeproj/project.pbxproj index 823b1b2..0f1b064 100644 --- a/CoreStore.xcodeproj/project.pbxproj +++ b/CoreStore.xcodeproj/project.pbxproj @@ -99,6 +99,7 @@ B5D39A0319FD00DE000E91BB /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; }; B5D5E0CE1A4D6AAB006468AF /* TestEntity2.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestEntity2.swift; sourceTree = ""; }; B5D806C51A34715700A44484 /* GCDKit.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = GCDKit.xcodeproj; sourceTree = ""; }; + B5D9C8F61B160ED200E64F0E /* CoreStore.podspec */ = {isa = PBXFileReference; lastKnownFileType = text; path = CoreStore.podspec; sourceTree = SOURCE_ROOT; }; B5E84ED81AFF82360064E85B /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = SOURCE_ROOT; }; B5E84ED91AFF82360064E85B /* LICENSE */ = {isa = PBXFileReference; lastKnownFileType = text; path = LICENSE; sourceTree = SOURCE_ROOT; }; B5E84EDB1AFF84500064E85B /* DataStack.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DataStack.swift; sourceTree = ""; }; @@ -206,6 +207,7 @@ 2F03A53419C5C6DA005002A5 /* Info.plist */, B5E84ED81AFF82360064E85B /* README.md */, B5E84ED91AFF82360064E85B /* LICENSE */, + B5D9C8F61B160ED200E64F0E /* CoreStore.podspec */, ); name = "Supporting Files"; sourceTree = ""; diff --git a/CoreStore/Info.plist b/CoreStore/Info.plist index a1e6cc8..738d37e 100644 --- a/CoreStore/Info.plist +++ b/CoreStore/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0 + 0.1.0 CFBundleSignature ???? CFBundleVersion diff --git a/Libraries/GCDKit b/Libraries/GCDKit index e99b029..49b46e0 160000 --- a/Libraries/GCDKit +++ b/Libraries/GCDKit @@ -1 +1 @@ -Subproject commit e99b0298d6fd32b64425a1058f6c04f67f0390f8 +Subproject commit 49b46e089ee464a0e18189bfeac176bafc6e2a77