[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 8 / 6 / d / PYNetwork / 0.9.8 / PYNetwork.podspec.json
blob753294cf7a09877f8f6b3e4ee599a203638f8f66
2   "name": "PYNetwork",
3   "version": "0.9.8",
4   "summary": "A network library written in Objective-C, include API management, Reachability",
5   "homepage": "https://github.com/littlepush/PYNetwork",
6   "license": {
7     "type": "LGPLv3",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Push Chen": "littlepush@gmail.com"
12   },
13   "platforms": {
14     "ios": "5.0"
15   },
16   "source": {
17     "git": "https://github.com/littlepush/PYNetwork.git",
18     "tag": "0.9.8"
19   },
20   "source_files": "PYNetwork/*.{h,m}",
21   "frameworks": [
22     "SystemConfiguration",
23     "CFNetwork"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "PYCore": [
28       "~> 0.9"
29     ],
30     "PYData": [
31       "~> 0.9"
32     ]
33   }