iOS 7 full support

This commit is contained in:
John Rommel Estropia
2016-03-23 22:21:05 +09:00
parent 928585029d
commit ca49ea3a81
13 changed files with 400 additions and 59 deletions

View File

@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "CoreStore"
s.version = "1.5.4"
s.version = "1.6.0"
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.1"
s.dependency "GCDKit", "1.2.2"
end