[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 4 / 2 / ws / 2.0.1 / ws.podspec.json
blob86919e9d0ddcad9d6f6c44ccf4bb4a4866ae82dc
2   "name": "ws",
3   "version": "2.0.1",
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": "2.0.1"
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"
24     ],
25     "thenPromise": [
26       "~> 2.0"
27     ],
28     "Alamofire": [
29       "~> 4.0"
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": "3.0"