blob: ab3f65f51205045821c0fc33c6d23fc21a3e2afc [file] [log] [blame]
{
"name": "ViewBuilder",
"version": "0.0.2",
"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.2"
},
"source_files": "Source/**/*.swift",
"requires_arc": true,
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"ios": {
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
},
"tvos": {
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
},
"pushed_with_swift_version": "3.1"
}