Skip to content

Commit a44e643

Browse files
committed
Update ws.podspec
1 parent c7f3805 commit a44e643

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ws.podspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
Pod::Spec.new do |s|
22
s.name = "ws"
3-
s.version = "5.1.3" s.summary = "Elegant JSON WebService for Swift ☁️"
3+
s.version = "5.1.3"
4+
s.summary = "Elegant JSON WebService for Swift ☁️"
45
s.homepage = "https://github.com/freshOS/ws"
56
s.license = { :type => "MIT", :file => "LICENSE" }
67
s.author = "S4cha"
78
s.source = { :git => "https://github.com/freshOS/ws.git", :tag => s.version.to_s }
89
s.social_media_url = 'https://twitter.com/sachadso'
910
s.ios.deployment_target = "9.0"
10-
s.source_files = "ws/*.{h,m,swift}"
11+
s.source_files = "Sources/ws/*.{h,m,swift}"
1112
s.frameworks = "Foundation"
1213
s.dependency 'Arrow', '~> 5.1.1'
1314
s.dependency 'thenPromise', '~> 5.1.2'

0 commit comments

Comments
 (0)