blob: 3e14483a883ef505100841a727b0ed3242fde81d [file] [log] [blame]
{
"name": "SwiftFoundation",
"version": "0.0.3",
"summary": "SwiftFoundation, speed up your development using Swift.",
"homepage": "https://github.com/evanxlh/SwiftFoundation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Evan Xie": "evanxie.mr@foxmail.com"
},
"social_media_url": "https://evanxlh.gitee.io/Blog/",
"swift_versions": "5.0",
"platforms": {
"ios": "10.0",
"osx": "10.10",
"watchos": "4.0",
"tvos": "10.0"
},
"source": {
"git": "https://github.com/evanxlh/SwiftFoundation.git",
"tag": "0.0.3"
},
"source_files": [
"Source/*.{h, swift}",
"Source/**/*.{h,swift}"
],
"swift_version": "5.0"
}