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