blob: f64d67e45325385292f292e87720fef330ffa4a6 [file] [log] [blame]
{
"name": "DSXActivityIndicator",
"version": "0.0.1",
"summary": "Custom rounded activity indicator - colorized from tintColor",
"homepage": "https://github.com/mattglover/DSXActivityIndicator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Matt Glover": "matt@duchysoftware.com"
},
"social_media_url": "http://twitter.com/mattglover",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/mattglover/DSXActivityIndicator.git",
"tag": "0.0.1"
},
"source_files": "DSXActivityIndicator/DSXActivityIndicator/*.{h,m}",
"resource_bundles": {
"ResourceBundle": [
"DSXActivityIndicator/Resources/*.png"
]
},
"frameworks": "QuartzCore",
"requires_arc": true
}