[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 7 / a / c / DoraemonKits / 3.1.4 / DoraemonKits.podspec.json
blobab7dbfc0903fe27b2a5dc297625493f5d5df9af1
2   "name": "DoraemonKits",
3   "version": "3.1.4",
4   "summary": "iOS APP UI 调试、性能监测工具; Fork https://github.com/didi/DoKit.git",
5   "description": "iOS APP UI 调试、性能监测工具; Fork https://github.com/didi/DoKit.git",
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.4"
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   ]