blob: 54871d7e601e1585682584b773f6baf69ae4ea4f [file] [log] [blame]
{
"name": "TinyKit",
"version": "0.9.0",
"license": "MIT",
"summary": "TinyKit provides practical functionalities that will help us to build apps much more quickly.",
"homepage": "https://github.com/royhsu/tiny-kit",
"authors": {
"Roy Hsu": "roy.hsu@tinyworld.cc"
},
"source": {
"git": "https://github.com/royhsu/tiny-kit.git",
"tag": "0.9.0"
},
"frameworks": "UIKit",
"source_files": [
"Sources/Core/Sources/*.swift",
"Sources/Core/Sources/**/*.swift",
"Sources/Core/Sources/**/**/*.swift",
"Sources/Core/Sources/**/**/**/*.swift"
],
"ios": {
"source_files": [
"Sources/iOS/Sources/*.swift",
"Sources/iOS/Sources/**/*.swift",
"Sources/iOS/Sources/**/**/*.swift",
"Sources/iOS/Sources/**/**/**/*.swift"
]
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"dependencies": {
"TinyCore": [
"0.7.0"
],
"TinyValidation": [
"0.2.0"
]
}
}