[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / 8 / 6 / d / PYNetwork / 0.9 / PYNetwork.podspec.json
blob2c1cd96fab478ae6aca7f3bc44604b87a3b02602
2   "name": "PYNetwork",
3   "version": "0.9",
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"
19   },
20   "source_files": "PYNetwork/*.{h,m}",
21   "frameworks": "SystemConfiguration",
22   "requires_arc": true,
23   "dependencies": {
24     "PYCore": [
25       "~> 0.9.1"
26     ],
27     "PYData": [
28       "~> 0.9.1"
29     ]
30   }