blob: 86c5c2d2fd436bd1a9170f454dcb03c40d9e0bb7 [file] [log] [blame]
{
"name": "TinyCore",
"version": "0.6.0",
"license": "MIT",
"summary": "TinyCore provides fundamental types and functions.",
"homepage": "https://github.com/royhsu/tiny-core",
"authors": {
"Roy Hsu": "roy.hsu@tinyworld.cc"
},
"source": {
"git": "https://github.com/royhsu/tiny-core.git",
"tag": "0.6.0"
},
"frameworks": "Foundation",
"source_files": "Sources/*.swift",
"ios": {
"source_files": "Sources/iOS/*.swift"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.0"
}