blob: 4bd14740f3b86af654d0ee6e54ba86615a135da5 [file] [log] [blame]
{
"name": "module_network",
"version": "0.0.3",
"summary": "A short description of module_network.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/xiaoshu/module_network",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xiaoshu": "xiaoshu@xiaoyezi.com"
},
"source": {
"git": "https://github.com/xiaoshu0629/xiaoshu.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "8.0"
},
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
]
},
"source_files": [
"module_network/Manager/*.{h,m}",
"module_network/NetReachability/*.{h,m}"
]
}