blob: 29d963ade4cada00269464f56c5923cb226da6d6 [file] [log] [blame]
{
"name": "BKFramework",
"version": "1.4",
"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.4"
},
"source_files": "BKFrameworkDemo/BKFrameworkDemo/BKFramework/**/*.{h,m}",
"public_header_files": "BKFrameworkDemo/BKFrameworkDemo/BKFramework/**/*.h",
"frameworks": [
"UIKit",
"Foundation",
"QuartzCore"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
],
"SDWebImage": [
]
}
}