blob: 783de5e3f8727eb09cb9b09f4d1b71dc76d77c20 [file] [log] [blame]
{
"name": "SwiftyButton",
"version": "0.3.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.3.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"
]
}
}
]
}