blob: 4a47f8474603a865ea98d54b4bc86e402daed45a [file] [log] [blame]
{
"name": "GIHReachability",
"version": "1.0.0",
"platforms": {
"ios": "6.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Reachability Support ARC",
"homepage": "https://github.com/gaizhi",
"authors": {
"Xu Qiang": "994059781@qq.com"
},
"source": {
"git": "https://github.com/gaizhi/GIHReachability.git",
"tag": "1.0.0"
},
"description": "Reachability Support ARC!",
"requires_arc": true,
"frameworks": [
"CoreFoundation",
"SystemConfiguration",
"CFNetwork"
],
"source_files": "Reachability/*.{h,m}",
"public_header_files": "Reachability/*.h"
}