blob: 1739172327224484dceeb7373a0a7d0c80a86188 [file] [log] [blame]
{
"name": "PYNetwork",
"version": "0.9.2",
"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.2"
},
"source_files": "PYNetwork/*.{h,m}",
"frameworks": [
"SystemConfiguration",
"CFNetwork"
],
"requires_arc": true,
"dependencies": {
"PYCore": [
"~> 0.9"
],
"PYData": [
"~> 0.9"
]
}
}