[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 9 / 0 / DahanLibrary / 0.1.4 / DahanLibrary.podspec.json
blob5783725bdb0c86092cced244490856baed503187
2   "name": "DahanLibrary",
3   "version": "0.1.4",
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.4"
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": "Core",
42       "vendored_frameworks": [
43         "DahanLibrary/Classes/Core/*.framework",
44         "DahanLibrary/Classes/Core/**/*.framework"
45       ],
46       "resources": [
47         "DahanLibrary/Classes/Core/*.bundle",
48         "DahanLibrary/Classes/Core/**/*.bundle"
49       ],
50       "frameworks": "UIKit",
51       "libraries": "c++",
52       "pod_target_xcconfig": {
53         "OTHER_LDFLAGS": "-all_load",
54         "ENABLE_BITCODE": "NO"
55       }
56     }
57   ]