[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 7 / 4 / 2 / ws / 5.0.0 / ws.podspec.json
blob10d62cc410909ec6ce1bbf6a8575559d918fa563
2   "name": "ws",
3   "version": "5.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": "5.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       "~> 5.0.0"
24     ],
25     "thenPromise": [
26       "~> 5.0.0"
27     ],
28     "Alamofire": [
29       "~> 4.8.2"
30     ]
31   },
32   "description": "Elegant JSON WebService for Swift - Stop writing boilerplate JSON webservice code and focus on your awesome App instead",
33   "swift_versions": [
34     "2",
35     "3",
36     "4",
37     "4.1",
38     "4.2",
39     "5.0"
40   ]