[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / a / c / DoraemonKits / 3.1.3 / DoraemonKits.podspec.json
blob5a610a93cc33b638eb7e1b67f08af079774688ba
2   "name": "DoraemonKits",
3   "version": "3.1.3",
4   "summary": "iOS 各式各样的工具集合",
5   "description": "iOS各式各样的工具集合",
6   "homepage": "https://www.dokit.cn",
7   "license": {
8     "type": "Apache-2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "OrangeLab": "orange-lab@didiglobal.com"
13   },
14   "source": {
15     "git": "https://github.com/huipengo/DoKit.git",
16     "tag": "3.1.3"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "default_subspecs": "Core",
22   "pod_target_xcconfig": {
23     "DEFINES_MODULE": "YES"
24   },
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "iOS/DoraemonKit/Src/Core/**/*.{h,m,c,mm}",
29       "resource_bundles": {
30         "DoraemonKit": "iOS/DoraemonKit/Resource/**/*"
31       },
32       "dependencies": {
33         "FLEX": [
35         ]
36       }
37     }
38   ]