[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 8 / 6 / d / PYNetwork / 0.10.1 / PYNetwork.podspec.json
blob2da9a467c9aea4f7b14fe8baa9aca65ed8640b4d
2   "name": "PYNetwork",
3   "version": "0.10.1",
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   "social_media_url": "https://github.com/littlepush",
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source": {
18     "git": "https://github.com/littlepush/PYNetwork.git",
19     "tag": "0.10.1"
20   },
21   "source_files": "PYNetwork/*.{h,m}",
22   "frameworks": [
23     "SystemConfiguration",
24     "CFNetwork"
25   ],
26   "requires_arc": true,
27   "dependencies": {
28     "PYCore": [
30     ],
31     "PYData": [
33     ]
34   }