We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7f3805 commit a44e643Copy full SHA for a44e643
ws.podspec
@@ -1,13 +1,14 @@
1
Pod::Spec.new do |s|
2
s.name = "ws"
3
- s.version = "5.1.3" s.summary = "Elegant JSON WebService for Swift ☁️"
+ s.version = "5.1.3"
4
+ s.summary = "Elegant JSON WebService for Swift ☁️"
5
s.homepage = "https://github.com/freshOS/ws"
6
s.license = { :type => "MIT", :file => "LICENSE" }
7
s.author = "S4cha"
8
s.source = { :git => "https://github.com/freshOS/ws.git", :tag => s.version.to_s }
9
s.social_media_url = 'https://twitter.com/sachadso'
10
s.ios.deployment_target = "9.0"
- s.source_files = "ws/*.{h,m,swift}"
11
+ s.source_files = "Sources/ws/*.{h,m,swift}"
12
s.frameworks = "Foundation"
13
s.dependency 'Arrow', '~> 5.1.1'
14
s.dependency 'thenPromise', '~> 5.1.2'
0 commit comments