blob: 2111910fd19878d1aa86e182213d78b5ddae04af [file] [log] [blame]
{
"name": "LeoNet",
"version": "1.1",
"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.1"
},
"source_files": "LeoNet/*.{h,m}",
"public_header_files": "LeoNet/*.h",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
],
"GreedJSON": [
],
"MD5Digest": [
]
}
}