blob: c4905b547d53a4ae0ce12903e920be17d2d4b914 [file] [log] [blame]
{
"name": "TinyCore",
"version": "0.7.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.7.0"
},
"frameworks": "Foundation",
"source_files": [
"Sources/*.swift",
"Sources/**/*.swift",
"Sources/**/**/*.swift"
],
"ios": {
"source_files": "Sources/iOS/*.swift"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2"
}