blob: cc54c4c201c77996b44b4bbb1f98625555b58d96 [file] [log] [blame]
{
"name": "MKReachableOperationQueue",
"version": "1.0.0",
"summary": "An NSOperationQueue subclass automatically responding to changes in internet connection with thanks to Apple's Reachability.",
"homepage": "https://maxkramer.co",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MaxKramer": "max@maxkramer.co"
},
"source": {
"git": "https://github.com/MaxKramer/MKReachableOperationQueue.git",
"tag": "v1.0.0"
},
"platforms": {
"ios": "5.0"
},
"frameworks": "SystemConfiguration",
"requires_arc": false,
"subspecs": [
{
"name": "arc",
"source_files": "Class/*.{h,m}",
"requires_arc": true
},
{
"name": "nonarc",
"source_files": "Reachability/*.{h,m}"
}
]
}