blob: 3e91937f709ff8b2202ba35146872bb00ae4668c [file] [log] [blame]
{
"name": "ViewConfigurator",
"version": "1.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "The clean way to setup your views",
"homepage": "http://www.imagineon.de",
"social_media_url": "https://twitter.com/imagineoncgn",
"authors": {
"ImagineOn GmbH": "hi@imagineon.de"
},
"source": {
"git": "https://github.com/imagineon/ViewConfigurator.git",
"tag": "v1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/**/*.swift",
"frameworks": [
"Foundation",
"UIKit",
"QuartzCore"
]
}
]
}