blob: 125bebfdad739e49519b5891c5524c2447f34a0f [file] [log] [blame]
{
"name": "Halo",
"version": "0.1.4",
"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.1.4"
},
"source_files": "Halo/Source/**/*.{swift}",
"frameworks": "UIKit",
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"pushed_with_swift_version": "3.0",
"subspecs": [
{
"name": "Foundation",
"source_files": "Halo/Source/Swift+Halo/*.{swift}"
}
]
}