blob: b020347ad024c2d9e810d95f2934bccf48a5438f [file] [log] [blame]
{
"name": "JHActivityButton",
"version": "1.0.2",
"summary": "Animated UIButton Subclass with a built-in UIActivityIndicator.",
"description": "UIButton Subclass with a built-in UIActivityIndicator. Based off the Ladda concept by Hakim El Hattab http://lab.hakim.se/ladda",
"homepage": "https://github.com/justinHowlett/JHActivityButton",
"license": "MIT",
"authors": {
"Justin Howlett": "justin@justinhowlett.com"
},
"source": {
"git": "https://github.com/justinHowlett/JHActivityButton.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"frameworks": "CoreGraphics",
"dependencies": {
"AHEasing": [
"~> 1.1"
],
"Masonry": [
]
}
}