[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 0 / 2 / 5 / CZConfig / 0.0.1 / CZConfig.podspec.json
blobc9661dca1545aec5cfd5c90d7488823dc309bd71
2   "name": "CZConfig",
3   "version": "0.0.1",
4   "summary": "iOS-配置信息",
5   "description": "iOS-基础配置信息",
6   "homepage": "https://github.com/chenzhe555/iOS-CZConfig",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "chenzhe555": "376811578@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/chenzhe555/iOS-CZConfig.git",
16     "tag": "0.0.1"
17   },
18   "public_header_files": "CZConfig/CZConfig.h",
19   "source_files": "CZConfig/CZConfig.h",
20   "platforms": {
21     "ios": "9.0"
22   },
23   "frameworks": [
24     "Foundation",
25     "UIKit"
26   ],
27   "requires_arc": true,
28   "subspecs": [
29     {
30       "name": "classes",
31       "source_files": "CZConfig/classes/*.{h,m}"
32     }
33   ]