blob: 841e5c89090dfb01170883036056e20325e675e3 [file] [log] [blame]
{
"name": "BHKit",
"version": "0.1.0-beta",
"summary": "BHKit: the source for modern iOS",
"description": "BHKit is a solution for iOS Application module programs, it absorbed the Spring Framework API service concept to avoid coupling between modules.",
"homepage": "https://github.com/yaochenfeng/BHKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yaochenfeng": "282696845@qq.com"
},
"source": {
"git": "https://github.com/yaochenfeng/BHKit.git",
"tag": "0.1.0-beta"
},
"platforms": {
"ios": "8.0"
},
"public_header_files": "BHKit/BHKit.h",
"source_files": "BHKit/BHKit.h",
"subspecs": [
{
"name": "Core",
"public_header_files": "BHKit/Core/*.h",
"source_files": "BHKit/Core/"
}
]
}