blob: cc5b07df1e6880954439be34f66386dbc4d64429 [file] [log] [blame]
{
"name": "BasisModule",
"version": "0.1.0",
"summary": "一个简易的网络模块.",
"homepage": "https://git.oschina.net/181310067/BaseModuel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"huang": "181310067@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://git.oschina.net/181310067/BaseModuel.git",
"tag": "0.1.0"
},
"source_files": "Networking/*.{h,m}",
"subspecs": [
{
"name": "Networking",
"platforms": {
"ios": "7.0"
},
"dependencies": {
"AFNetworking": [
]
},
"public_header_files": "Networking/*.h",
"source_files": "Networking"
}
]
}