Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksii Dykan committed Dec 20, 2017
1 parent 6e6e14c commit 0ad593c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SwiftyJSONModel.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SwiftyJSONModel"
s.version = "0.1.1"
s.version = "1.0.1"
s.summary = "Better way to use SwiftyJSON with custom models"
s.homepage = "https://github.com/alickbass/SwiftyJSONModel"
s.license = { :type => "MIT", :file => "LICENSE.txt" }
Expand All @@ -11,6 +11,6 @@ Pod::Spec.new do |s|

s.source = { :git => "https://github.com/alickbass/SwiftyJSONModel.git", :tag => s.version, :branch => 'master' }
s.source_files = 'SwiftyJSONModel/*.swift'
s.dependency 'SwiftyJSON', '~> 3.0'
s.dependency 'SwiftyJSON', '~> 4.0'

end

0 comments on commit 0ad593c

Please sign in to comment.