blob: b8c58bd4cfbc95aafa904eb3b8511522317c8796 [file] [log] [blame]
{
"name": "ZWNetwork",
"version": "0.0.1",
"summary": "常用网络检测方法;appstore升级版本检测.",
"description": "TODO:常用网络检测方法;appstore升级版本检测.",
"homepage": "https://github.com/EadkennyChan/ZWUtilityKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Eadkennychan": "Eadkennychan@gmail.com"
},
"source": {
"git": "https://github.com/EadkennyChan/ZWUtilityKit.git",
"tag": "0.0.1"
},
"social_media_url": "https://github.com/EadkennyChan",
"requires_arc": true,
"platforms": {
"ios": "6.0"
},
"source_files": "Network/*.{h,m}",
"dependencies": {
"Reachability": [
"~> 3.2"
],
"JSONKit-ZW": [
"~>2.0.4"
]
},
"xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
},
"frameworks": [
"SystemConfiguration",
"Security",
"CoreLocation",
"QuartzCore",
"CFNetwork",
"MessageUI"
]
}