blob: 1a50ca42d3f6726a48da2d84ce02241b0cd03e86 [file] [log] [blame]
{
"name": "SwiftyButton",
"version": "0.5.0",
"summary": "Simple and customizable button in Swift",
"description": "SwiftyButton is a UIButton subclass that allows you to create shadowed/pressable buttons via a very simple interface.",
"homepage": "https://github.com/TakeScoop/SwiftyButton",
"license": "MIT",
"authors": {
"Scoop": "ops@takescoop.com"
},
"source": {
"git": "https://github.com/TakeScoop/SwiftyButton.git",
"tag": "0.5.0"
},
"source_files": [
"SwiftyButton/SwiftyButton.swift",
"SwiftyButton/SwiftyButton+ResizableImage.swift"
],
"frameworks": "UIKit",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "CustomContent",
"source_files": "SwiftyButton/*.swift",
"dependencies": {
"PureLayout": [
"~> 3.0"
]
}
}
]
}