blob: a416124e346ddf83baf8769135e5bc036d4c7c67 [file] [log] [blame]
{
"name": "AMPActivityIndicator",
"version": "0.2.0",
"summary": "Customizable UIActivityIndicatorView",
"description": "AMPActivityIndicator is a custom UIView subclass that mimics the UIActivityIndicatorView behaviour",
"homepage": "https://github.com/alexito4/AMPActivityIndicator",
"screenshots": [
"https://raw.githubusercontent.com/alexito4/AMPActivityIndicator/master/example1.png",
"https://raw.githubusercontent.com/alexito4/AMPActivityIndicator/master/example2.png",
"https://raw.githubusercontent.com/alexito4/AMPActivityIndicator/master/example3.png"
],
"license": "MIT",
"authors": {
"Alejandro Martinez": "alexito4@gmail.com"
},
"source": {
"git": "https://github.com/alexito4/AMPActivityIndicator.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/alexito4",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"frameworks": [
"UIKit",
"QuartzCore"
]
}