[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / c / 9 / 0 / DahanLibrary / 0.1.5 / DahanLibrary.podspec.json
blobe35c2910565c8deb68905f420ad259dfda37cdd5
2   "name": "DahanLibrary",
3   "version": "0.1.5",
4   "summary": "Summary of DahanLibrary.",
5   "description": "A description of DahanLibrary.",
6   "homepage": "https://github.com/Bonbon-Dev/DahanLibrary",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Andy Meng": "andy_m129@163.com"
13   },
14   "source": {
15     "git": "https://github.com/Bonbon-Dev/DahanLibrary.git",
16     "tag": "0.1.5"
17   },
18   "social_media_url": "https://github.com/Bonbon-Dev",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Bugly",
26       "source_files": "DahanLibrary/Classes/Bugly/*.{h,m}",
27       "public_header_files": "DahanLibrary/Classes/Bugly/*.h",
28       "dependencies": {
29         "DahanLibrary/Core": [
31         ],
32         "AMKCategories/Foundation/NSObject/MethodSwizzling": [
34         ],
35         "Bugly": [
37         ]
38       }
39     },
40     {
41       "name": "UMeng",
42       "source_files": "DahanLibrary/Classes/UMeng/*.{h,m}",
43       "public_header_files": "DahanLibrary/Classes/UMeng/*.h",
44       "dependencies": {
45         "DahanLibrary/Core": [
47         ],
48         "AMKCategories/Foundation/NSObject/MethodSwizzling": [
50         ],
51         "UMCCommon": [
53         ],
54         "UMCAnalytics": [
56         ]
57       }
58     },
59     {
60       "name": "Core",
61       "vendored_frameworks": [
62         "DahanLibrary/Classes/Core/*.framework",
63         "DahanLibrary/Classes/Core/**/*.framework"
64       ],
65       "resources": [
66         "DahanLibrary/Classes/Core/*.bundle",
67         "DahanLibrary/Classes/Core/**/*.bundle"
68       ],
69       "frameworks": "UIKit",
70       "libraries": "c++",
71       "pod_target_xcconfig": {
72         "OTHER_LDFLAGS": "-all_load",
73         "ENABLE_BITCODE": "NO"
74       }
75     }
76   ]