Skip to content

Commit 18679cb

Browse files
committed
Podspec 1.4.2
1 parent ef46999 commit 18679cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

JDSKit.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Pod::Spec.new do |s|
22
s.name = "JDSKit"
3-
s.version = "1.4.1"
3+
s.version = "1.4.2"
44
s.summary = "JDS Kit aggregates a core functionality to sync and store data using spiked-JSON-API protocol :D"
55
s.homepage = "https://github.com/Railsreactor/json-data-sync-swift"
66
s.license = "MIT"
77
s.author = { "Igor Reshetnikov" => "[email protected]" }
88
s.requires_arc = true
99
s.platform = :ios
1010
s.ios.deployment_target = '8.0'
11-
s.source = { :git => "https://github.com/Railsreactor/json-data-sync-swift.git", :tag => "1.4.1" }
11+
s.source = { :git => "https://github.com/Railsreactor/json-data-sync-swift.git", :tag => "1.4.2" }
1212
s.source_files = "JDSKit", "JDSKit/**/*.{sh,h,m,swift}"
1313
s.preserve_paths = "JDSKit/InitialModel.xcdatamodeld"
1414
s.resource = "JDSKit/InitialModel.xcdatamodeld"

0 commit comments

Comments
 (0)