[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 8 / 6 / d / PYNetwork / 0.9.1 / PYNetwork.podspec.json
blob133d0ac3607ef0b9f8f0a41004ce33e955b68f39
2   "name": "PYNetwork",
3   "version": "0.9.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   "platforms": {
14     "ios": "5.0"
15   },
16   "source": {
17     "git": "https://github.com/littlepush/PYNetwork.git",
18     "tag": "0.9.1"
19   },
20   "source_files": "PYNetwork/*.{h,m}",
21   "frameworks": "SystemConfiguration",
22   "requires_arc": true,
23   "dependencies": {
24     "PYCore": [
25       "~> 0.9"
26     ],
27     "PYData": [
28       "~> 0.9"
29     ]
30   }