blob: 2e0ce2047ccf54cbf3f3734e7f02974f91d08240 [file] [log] [blame]
{
"name": "TinyComponent",
"version": "0.1.2",
"license": "MIT",
"summary": "Component-based Architecture: Making view composition fun and easy.",
"homepage": "https://github.com/royhsu/tiny-component",
"authors": {
"Roy Hsu": "roy.hsu@tinyworld.cc"
},
"source": {
"git": "https://github.com/royhsu/tiny-component.git",
"tag": "0.1.2"
},
"source_files": "Sources/*.swift",
"platforms": {
"ios": "11.0"
},
"ios": {
"source_files": "Sources/iOS/*.swift",
"frameworks": "UIKit"
},
"swift_version": "4.1"
}