blob: 8ded9ca2e239f4e8884c4b94ae1c3dcef77a9644 [file] [log] [blame]
{
"name": "JTSReachability",
"version": "1.0.2",
"summary": "Adaptation of Apple's Reachability with some block-based conveniences.",
"homepage": "https://github.com/jaredsinclair/JTSReachability",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jared Sinclair": "https://twitter.com/jaredsinclair"
},
"source": {
"git": "https://github.com/jaredsinclair/JTSReachability.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": [
"UIKit",
"SystemConfiguration"
],
"source_files": [
"Source/*.{h,m}"
]
}