blob: cd08d51a259428a2752528ecd843017d72b63a1a [file] [log] [blame]
{
"name": "APButton",
"version": "5.0.1",
"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": "5.0.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "APButton/Classes/**/*",
"frameworks": [
"Foundation",
"UIKit"
]
}