[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / 5 / f / Networking / 0.12.3 / Networking.podspec.json
blobcae4cab3574a852c8e6472526a531efa8aedbc41
2   "name": "Networking",
3   "version": "0.12.3",
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.12.3"
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     "NetworkActivityIndicator": [
32       "~> 0.1.4"
33     ]
34   }