blob: 9872a9a833f104428ef9449868e96b5c05d28f05 [file] [log] [blame]
{
"name": "ViewComposer",
"version": "0.2.31",
"summary": "Compose views using enums swiftly",
"description": "Declare Buttons, Labels, StackViews etc as a list of enums.",
"homepage": "https://github.com/sajjon/ViewComposer",
"license": "MIT",
"authors": {
"Alexander Cyon": "alex.cyon@gmail.com"
},
"social_media_url": "https://twitter.com/Redrum_237",
"source": {
"git": "https://github.com/Sajjon/ViewComposer.git",
"tag": "0.2.31"
},
"source_files": [
"Source/Classes/**/*.swift",
"Source/Sourcery/Generated/*.swift"
],
"dependencies": {
"Sourcery": [
"> 0.8"
]
},
"ios": {
"resources": "Source/Sourcery/Templates/*.swifttemplate"
},
"platforms": {
"ios": "9.0"
},
"pushed_with_swift_version": "4.0.2"
}