blob: 19a381c45612029e33d358157294d5067d0c2d1c [file] [log] [blame]
{
"name": "JTSReachability",
"version": "1.0.1",
"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.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"frameworks": [
"UIKit",
"SystemConfiguration",
"netinet"
],
"source_files": [
"Source/*.{h,m}"
]
}