blob: 0662869f69a31862a65630ed78c477dd7aad359f [file] [log] [blame]
{
"name": "ViewConfigurator",
"version": "0.1.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": "v0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"pushed_with_swift_version": "3.0.2",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/**/*.swift",
"frameworks": [
"Foundation",
"UIKit",
"QuartzCore"
]
}
]
}