Fix problem when using carthage where the iOS7 framework overwrites the iOS 8 framework

This commit is contained in:
John Rommel Estropia
2016-05-02 12:02:31 +08:00
parent dff552b95f
commit 74fe81bfa7
6 changed files with 12 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "CoreStore"
s.version = "1.6.3"
s.version = "1.6.4"
s.license = "MIT"
s.summary = "Unleashing the real power of Core Data with the elegance and safety of Swift"
s.homepage = "https://github.com/JohnEstropia/CoreStore"
@@ -18,5 +18,5 @@ Pod::Spec.new do |s|
s.requires_arc = true
s.pod_target_xcconfig = { 'OTHER_SWIFT_FLAGS' => '-D USE_FRAMEWORKS' }
s.dependency "GCDKit", "1.2.2"
s.dependency "GCDKit", "1.2.4"
end