blob: f26363c46720e19555f343ec306f262a144c310e [file] [log] [blame]
{
"name": "LIPNetworking",
"version": "1.0.1",
"summary": "lipNetworking based on YTKNetworking. author lip",
"description": "lipNetworking based on YTKNetworking.",
"homepage": "https://github.com/lzkkk/LIPNetworking.git",
"license": "MIT",
"authors": {
"Lip": "lip@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/lzkkk/LIPNetworking.git",
"tag": "1.0.1"
},
"source_files": "LIPNetworking/*.{h,m}",
"exclude_files": "Classes/Exclude",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.0"
],
"AFDownloadRequestOperation": [
"~> 2.0"
]
}
}