blob: a43563d6b96fd8169bdcb206119f3154a18697fc [file] [log] [blame]
{
"name": "Halo",
"version": "0.0.2",
"summary": "My own iOS development kit, written by Swift.",
"homepage": "https://github.com/HaloWang/Halo",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"王策": "634692517@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/HaloWang/Halo.git",
"tag": "0.0.2"
},
"source_files": "Halo/Source/**/*.{swift}",
"frameworks": "UIKit",
"requires_arc": true
}