blob: b00df6e9cf237b2af76096e0354040b437081669 [file] [log] [blame]
{
"name": "NetworkForYanxi",
"version": "0.0.1.2",
"summary": "Internet connect manager for Yanxi",
"homepage": "https://git.oschina.net/cribug",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"InitialC": "iwilliamchang@outlook.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://git.oschina.net/cribug/NetworkForYanxi.git",
"tag": "0.0.1.2"
},
"public_header_files": [
"Class/Networking/*.h",
"Class/BaseRouterManager/*.h"
],
"source_files": [
"Class/Networking/*.{h,m}",
"Class/BaseRouterManager/*.{h,m}"
],
"dependencies": {
"AFNetworking": [
],
"MGJRouter": [
],
"YYCache": [
],
"SVProgressHUD": [
"~> 2.0.3"
]
}
}