blob: 581533aa5cf5e334d85fd1eddb48752af4c654f5 [file] [log] [blame]
{
"name": "MGEStyles",
"version": "1.0.0",
"summary": "An easy way to customize styles to any UIResponder from the Interface Builder",
"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.\n",
"homepage": "https://github.com/ManueGE/MGEStyles",
"license": "Apache License",
"authors": {
"ManueGE": "manuel@softopusgarden.com"
},
"source": {
"git": "https://github.com/ManueGE/MGEStyles.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/ManueGE",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"default_subspecs": "Default",
"resource_bundles": {
},
"public_header_files": "MGEStyles/MGEStyles/Base/*.h",
"frameworks": "UIKit",
"subspecs": [
{
"name": "Default",
"source_files": [
"MGEStyles/MGEStyles/Base/*",
"MGEStyles/MGEStyles/Inspectable/*"
]
},
{
"name": "Lite",
"source_files": "MGEStyles/MGEStyles/Base/*"
}
]
}