blob: 1c451e0efb3caa06fe15756e9a47766fe7ec3665 [file] [log] [blame]
{
"name": "DV.ThreeRingControl",
"version": "1.1.0",
"summary": "A three-ring control like the Activity status bars",
"description": "The three-ring is a completely customizable widget that can be used in any iOS app. It also plays a little victory fanfare.",
"homepage": "http://raywenderlich.com",
"authors": {
"Den Vasilyev": "artofdreams@icloud.com"
},
"license": {
"type": "Apache-2.0",
"file": "LICENSE"
},
"platforms": {
"ios": "8.0"
},
"source": {
"http": "https://dl.dropboxusercontent.com/s/nn3zhfpablvbu26/ThreeRingControl.zip"
},
"ios": {
"vendored_frameworks": "ThreeRingControl.framework"
},
"dependencies": {
"AFNetworking": [
"~>3.1"
]
}
}