blob: c1ac122747b7f9fa2134d06525c5f12636900b85 [file] [log] [blame]
{
"name": "AXStateButton",
"version": "1.1.3",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"summary": "A simple UIButton subclass that allows for extensive button state customization.",
"homepage": "https://github.com/alexhillc/AXStateButton",
"authors": {
"Alex Hill": "alexhill.c@gmail.com"
},
"source": {
"git": "https://github.com/alexhillc/AXStateButton.git",
"tag": "v1.1.3"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/*.{h,m}",
"frameworks": "UIKit"
}