[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / 0 / b / 6 / BHKit / 0.1.0-beta / BHKit.podspec.json
blob841e5c89090dfb01170883036056e20325e675e3
2   "name": "BHKit",
3   "version": "0.1.0-beta",
4   "summary": "BHKit: the source for modern iOS",
5   "description": "BHKit is a solution for iOS Application module programs, it absorbed the Spring Framework API service concept to avoid coupling between modules.",
6   "homepage": "https://github.com/yaochenfeng/BHKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "yaochenfeng": "282696845@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/yaochenfeng/BHKit.git",
16     "tag": "0.1.0-beta"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "public_header_files": "BHKit/BHKit.h",
22   "source_files": "BHKit/BHKit.h",
23   "subspecs": [
24     {
25       "name": "Core",
26       "public_header_files": "BHKit/Core/*.h",
27       "source_files": "BHKit/Core/"
28     }
29   ]