blob: d2b2006a0153c73798574ba88c9645e4cda52c94 [file] [log] [blame]
{
"name": "SwiftFoundation",
"version": "0.0.2",
"summary": "SwiftFoundation, speed up your development using Swift.",
"description": "A swift foundation toolkit for apple multiple platforms, which help you speed up sdk or app development.",
"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/",
"platforms": {
"ios": "10.0",
"osx": "10.10",
"watchos": "4.0",
"tvos": "10.0"
},
"source": {
"git": "https://github.com/evanxlh/SwiftFoundation.git",
"tag": "0.0.2"
},
"source_files": [
"Source/*.{h, swift}",
"Source/**/*.{h,swift}"
],
"swift_versions": "5.0",
"requires_arc": true,
"swift_version": "5.0"
}