blob: 7d9e020907d900143826b4cd906f217ac502af5b [file] [log] [blame]
{
"name": "Goya",
"version": "2.0.0",
"summary": "An easy way to set styles to any UIResponder from the Interface Builder. Written in Swift",
"description": "Customize the appearance and any other property of any UIResponder (views, view controllers, labels, buttons)\n just by setting a style string in the Interface Builder.",
"homepage": "https://github.com/ManueGE/Goya/",
"license": "MIT",
"authors": "Manuel García-Estañ",
"social_media_url": "http://twitter.com/ManueGE",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ManueGE/Goya.git",
"tag": "2.0.0"
},
"requires_arc": true,
"frameworks": "UIKit",
"default_subspecs": "Inspectable",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"subspecs": [
{
"name": "Lite",
"source_files": "goya/goya/lite/*.{swift}"
},
{
"name": "Inspectable",
"dependencies": {
"Goya/Lite": [
]
},
"source_files": "goya/goya/inspectable/*.{swift}"
}
]
}