blob: 0ef65bcda08289d1043528644d2b270848e6c127 [file] [log] [blame]
{
"name": "TinyComponent",
"version": "0.1.1",
"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.1"
},
"source_files": "Sources/*.swift",
"platforms": {
"ios": "11.0"
},
"ios": {
"source_files": "Sources/iOS/*.swift",
"frameworks": "UIKit"
},
"swift_version": "4.1"
}