blob: 1614d1b290f0e5824b7ce0f46711d013643b91f9 [file] [log] [blame]
{
"name": "PipeNetwork",
"version": "1.0.1",
"summary": "Pipe network based on afnetworking",
"homepage": "http://www.jfpal.cn/d.html",
"license": {
"type": "Copyright",
"text": " Copyright 2009 - 2014 Jfpal, Inc. All rights reserved.\n"
},
"authors": {
"jfpal": "yk@jfpal.com"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/858665536/pipe.git",
"tag": "v1.0.1"
},
"source_files": "Classes/*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 2.5.0"
]
}
}