blob: 51ac2e83f9f58a16ce85299e71cf79d3b68179c4 [file] [log] [blame]
{
"name": "HaloObjC",
"version": "1.1.7",
"summary": "My own iOS development kit.",
"homepage": "https://github.com/HaloWang/HaloObjC",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"HaloWang": "634692517@qq.com"
},
"source": {
"git": "https://github.com/HaloWang/HaloObjC.git",
"tag": "1.1.7"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HaloObjC/Classes/**/*",
"frameworks": "UIKit",
"requires_arc": true,
"public_header_files": "HaloObjC/Classes/**/*.h"
}