blob: 58829c36c49cbcdf68c683609301cb2ab42711e6 [file] [log] [blame]
{
"name": "BTButton",
"version": "1.0.0",
"summary": "Custom UIButton implementation with image and text.",
"homepage": "https://github.com/borut-t/BTButton",
"screenshots": "https://raw.github.com/borut-t/BTButton/master/Screenshots/preview.png",
"license": {
"type": "zlib",
"file": "LICENCE.md"
},
"authors": {
"Borut Tomažin": "borut.tomazin@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/borut-t/BTButton.git",
"tag": "1.0.0"
},
"source_files": "BTButton",
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics"
],
"requires_arc": true
}