blob: dc7c698b8fe11e356bc880a79e5b71550dbceb29 [file] [log] [blame]
{
"name": "DynamicButton",
"version": "1.3.0",
"license": "MIT",
"summary": "Yet another animated flat buttons in Swift",
"homepage": "https://github.com/yannickl/DynamicButton.git",
"social_media_url": "https://twitter.com/yannickloriot",
"authors": {
"Yannick Loriot": "contact@yannickloriot.com"
},
"source": {
"git": "https://github.com/yannickl/DynamicButton.git",
"tag": "1.3.0"
},
"screenshots": "http://yannickloriot.com/resources/dynamicbutton.gif",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"ios": {
"frameworks": "UIKit"
},
"tvos": {
"frameworks": "UIKit"
},
"source_files": "DynamicButton/*.swift",
"requires_arc": true
}