blob: 326697db9e4e534cf982ab4958d5b7db59c838be [file] [log] [blame]
{
"name": "LXMNetwork",
"version": "1.0.0",
"summary": "网络组件",
"description": "基于AFNetwoking的二次封装网络组件",
"homepage": "https://github.com/luoxiaomiao/LXMNetwork",
"license": "MIT",
"authors": {
"luoxiaomiao": "luoyangguang@live.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/luoxiaomiao/LXMNetwork.git",
"tag": "1.0.0"
},
"source_files": [
"Classes",
"Classes/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"AFNetworking/NSURLSession": [
"~>3.2.1"
]
}
}