[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / 5 / f / Networking / 0.10.0 / Networking.podspec.json
blob7ec7689a3213c4f3776c194f77fa3c5197826b71
2   "name": "Networking",
3   "version": "0.10.0",
4   "summary": "Dead Simple Networking Library",
5   "homepage": "https://github.com/3lvis/Networking",
6   "license": "MIT",
7   "authors": {
8     "Elvis Nuñez": "elvisnunez@me.com"
9   },
10   "source": {
11     "git": "https://github.com/3lvis/Networking.git",
12     "tag": "0.10.0"
13   },
14   "social_media_url": "https://twitter.com/3lvis",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "requires_arc": true,
22   "source_files": "Source/**/*",
23   "frameworks": "Foundation",
24   "dependencies": {
25     "TestCheck": [
26       "~> 0.3.0"
27     ],
28     "JSON": [
29       "~> 4.0.2"
30     ]
31   }