blob: 753294cf7a09877f8f6b3e4ee599a203638f8f66 [file] [log] [blame]
{
"name": "PYNetwork",
"version": "0.9.8",
"summary": "A network library written in Objective-C, include API management, Reachability",
"homepage": "https://github.com/littlepush/PYNetwork",
"license": {
"type": "LGPLv3",
"file": "LICENSE"
},
"authors": {
"Push Chen": "littlepush@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/littlepush/PYNetwork.git",
"tag": "0.9.8"
},
"source_files": "PYNetwork/*.{h,m}",
"frameworks": [
"SystemConfiguration",
"CFNetwork"
],
"requires_arc": true,
"dependencies": {
"PYCore": [
"~> 0.9"
],
"PYData": [
"~> 0.9"
]
}
}