blob: 2582273b37616b242e78c3c527418aa8208d650a [file] [log] [blame]
{
"name": "LeoNet",
"version": "1.2",
"summary": "Object-C网络请求框架",
"description": "基于AFNetworking的网络请求框架",
"homepage": "https://github.com/LeoChensj/LeoNet",
"license": "MIT",
"authors": {
"LeoChen": "LeoChensj@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/LeoChensj/LeoNet.git",
"tag": "1.2"
},
"source_files": "LeoNet/*.{h,m}",
"public_header_files": "LeoNet/*.h",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
],
"GreedJSON": [
],
"MD5Digest": [
]
}
}