blob: 7c2d77e83be412f8071a68305cd6db51621ad2f0 [file] [log] [blame]
{
"name": "APButton",
"version": "1.0.0",
"summary": "Button with ability to show loading indicator and animate depended views.",
"description": "Button with ability to show loading indicator and animate depended views according to button state. Try to mimic system button animations while provides ability to make button from several views: background view, image view, overlay view, etc.",
"homepage": "https://github.com/APUtils/APButton",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Anton Plebanovich": "anton.plebanovich@gmail.com"
},
"source": {
"git": "https://github.com/APUtils/APButton.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "APButton/Classes/**/*",
"frameworks": [
"Foundation",
"UIKit"
],
"pushed_with_swift_version": "3.0"
}