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