blob: 1a90f0526fc759687c8301f9e90d5b1bcdede9f4 [file] [log] [blame]
{
"name": "AXStateButton",
"version": "1.0.1",
"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.0.1"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Source/*.{h,m}",
"frameworks": "UIKit"
}