[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 4 / 2 / ws / 3.0.0 / ws.podspec.json
blobf408128d32835156534d50cc81fe4a2a40a9ea43
2   "name": "ws",
3   "version": "3.0.0",
4   "summary": "Elegant JSON WebService for Swift ☁️",
5   "homepage": "https://github.com/freshOS/ws",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": "S4cha",
11   "source": {
12     "git": "https://github.com/freshOS/ws.git",
13     "tag": "3.0.0"
14   },
15   "social_media_url": "https://twitter.com/sachadso",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "source_files": "ws/*.{h,m,swift}",
20   "frameworks": "Foundation",
21   "dependencies": {
22     "Arrow": [
23       "~> 3.0.5"
24     ],
25     "thenPromise": [
26       "~> 3.0.0"
27     ],
28     "Alamofire": [
29       "~> 4.5.1"
30     ]
31   },
32   "description": "Elegant JSON WebService for Swift - Stop writing boilerplate JSON webservice code and focus on your awesome App instead",
33   "pushed_with_swift_version": "4.0"