mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-26 19:31:29 +01:00
updated podspec dependency
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
s.name = "CoreStore"
|
s.name = "CoreStore"
|
||||||
s.version = "1.3.0"
|
s.version = "1.3.1"
|
||||||
s.license = "MIT"
|
s.license = "MIT"
|
||||||
s.summary = "Simple, elegant, and smart Core Data programming with Swift"
|
s.summary = "Simple, elegant, and smart Core Data programming with Swift"
|
||||||
s.homepage = "https://github.com/JohnEstropia/CoreStore"
|
s.homepage = "https://github.com/JohnEstropia/CoreStore"
|
||||||
@@ -12,5 +12,5 @@ Pod::Spec.new do |s|
|
|||||||
s.source_files = "CoreStore", "CoreStore/**/*.{swift}"
|
s.source_files = "CoreStore", "CoreStore/**/*.{swift}"
|
||||||
s.frameworks = "Foundation", "UIKit", "CoreData"
|
s.frameworks = "Foundation", "UIKit", "CoreData"
|
||||||
s.requires_arc = true
|
s.requires_arc = true
|
||||||
s.dependency "GCDKit", "1.1.1"
|
s.dependency "GCDKit", "1.1.2"
|
||||||
end
|
end
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>FMWK</string>
|
<string>FMWK</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>1.3.0</string>
|
<string>1.3.1</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>????</string>
|
<string>????</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
|
|||||||
Reference in New Issue
Block a user