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