blob: 94df83fb198e6525ecd67de7c882f18fcaab6856 [file] [log] [blame]
{
"name": "LXMNetwork",
"version": "0.0.2",
"summary": "网络组件",
"description": "基于AFNetwoking的二次封装网络组件",
"homepage": "https://github.com/luoxiaomiao/LXMNetwork",
"license": "MIT",
"authors": {
"luoxiaomiao": "834045350@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/luoxiaomiao/LXMNetwork.git",
"tag": "0.0.2"
},
"source_files": [
"Classes",
"Classes/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
]
}
}