[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / f / 3 / BZCategory / 1.0.6 / BZCategory.podspec.json
blob417800755758b6a5195cca8da17f95aa15035276
2   "name": "BZCategory",
3   "version": "1.0.6",
4   "summary": "集成常用的分类,方便开发使用",
5   "description": "集成常用的分类,方便开发使用。",
6   "homepage": "https://github.com/EricBZH/BZCategory",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "EricBup": "375298211@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/EricBZH/BZCategory.git",
16     "tag": "1.0.6"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "source_files": "BZCategory/*.{h,m}",
23   "public_header_files": "BZCategory/BZCategory.h",
24   "dependencies": {
25     "MJExtension": [
27     ]
28   },
29   "subspecs": [
30     {
31       "name": "Foundation",
32       "source_files": "BZCategory/Foundation/*.{h,m}"
33     },
34     {
35       "name": "BZModel",
36       "source_files": "BZCategory/BZModel/*.{h,m}"
37     }
38   ]