blob: 39c6f4727e46e5b2446af09c4557e47573aaa02d [file] [log] [blame]
{
"name": "GNTickerButton",
"version": "0.1.1",
"summary": "Inspired by the Layout app by Instagram, this is a UIButton subclass with a ticker that spins around as desired.",
"homepage": "https://github.com/gonzalonunez/GNTickerButton",
"license": "MIT",
"authors": {
"Gonzalo Nunez": "gonzi@tcpmiami.com"
},
"source": {
"git": "https://github.com/gonzalonunez/GNTickerButton.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"GNTickerButton": [
"Pod/Assets/*.png"
]
}
}