blob: a1aeea854d84a06d2e4b302528fef22a55a1c289 [file] [log] [blame]
{
"name": "AddButton",
"version": "0.1.0",
"summary": "AddButton is a simple button which has two states. One will display an add sign, the other a checkmark.",
"description": "AddButton is a simple UIButton which can be used in situations where an item can be added to a collection for example. The button has two states. One displays an add sign the other a checkmark.",
"homepage": "https://github.com/svenbacia/AddButton",
"license": "MIT",
"authors": {
"Sven Bacia": "sven.bacia@gmail.com"
},
"source": {
"git": "https://github.com/svenbacia/AddButton.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/svenbacia",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"AddButton": [
"Pod/Assets/*.png"
]
}
}