Skip to content

Commit

Permalink
Update ws.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
s4cha committed Jun 7, 2020
1 parent c7f3805 commit a44e643
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ws.podspec
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
Pod::Spec.new do |s|
s.name = "ws"
s.version = "5.1.3" s.summary = "Elegant JSON WebService for Swift ☁️"
s.version = "5.1.3"
s.summary = "Elegant JSON WebService for Swift ☁️"
s.homepage = "https://github.com/freshOS/ws"
s.license = { :type => "MIT", :file => "LICENSE" }
s.author = "S4cha"
s.source = { :git => "https://github.com/freshOS/ws.git", :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/sachadso'
s.ios.deployment_target = "9.0"
s.source_files = "ws/*.{h,m,swift}"
s.source_files = "Sources/ws/*.{h,m,swift}"
s.frameworks = "Foundation"
s.dependency 'Arrow', '~> 5.1.1'
s.dependency 'thenPromise', '~> 5.1.2'
Expand Down

0 comments on commit a44e643

Please sign in to comment.