blob: 29bb44b086087076e4152dcded6bfced12813b4d [file] [log] [blame]
{
"name": "ViewBuilder",
"version": "0.0.1",
"license": "MIT",
"summary": "Document based UI framework for iOS",
"homepage": "https://github.com/abelsanchezali/ViewBuilder",
"authors": {
"Abel Ernesto Sanchez Ali": "abelsanchezali@gmail.com"
},
"source": {
"git": "https://github.com/abelsanchezali/ViewBuilder.git",
"tag": "0.0.1"
},
"source_files": "ViewBuilder/ViewBuilder/**/*.swift",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"ios": {
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
},
"pushed_with_swift_version": "3.1"
}