blob: aa60b91f16343cf8066d3e5e34720e13af1f18f8 [file] [log] [blame]
{
"name": "EZNetworking",
"version": "0.0.1",
"summary": "A delightful iOS and OS X networking framework.",
"homepage": "https://github.com/iphone5s/EZNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ezreal": "453742103@qq.com"
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/iphone5s/EZNetworking.git",
"tag": "0.0.1"
},
"source_files": "EZNetworking/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
],
"PINCache": [
]
}
}