[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 7 / 4 / 2 / ws / 2.0.2 / ws.podspec.json
blob70687e1779cbf6d808d35faffc5ba0ad5192c402
2   "name": "ws",
3   "version": "2.0.2",
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.2"
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       "~> 2.2.2"
27     ],
28     "Alamofire": [
29       "~> 4.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"