blob: fa1bf6404326fe5424f0e4cf4b41391c8c2ed05a [file] [log] [blame]
{
"name": "BKFramework",
"version": "1.0",
"summary": "some UIKit and Foundation category extention.",
"description": "some UIKit and Foundation category extention can help developer fast",
"homepage": "https://github.com/BestKai/BKFrameWork.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"bestkai": "best_kai@126.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/BestKai/BKFrameWork.git",
"tag": "1.0"
},
"source_files": "BKFrameworkDemo/BKFrameworkDemo/BKFramework/**/*.{h,m}",
"public_header_files": "BKFrameworkDemo/BKFrameworkDemo/BKFramework/**/*.h",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true
}