[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / 9 / 7 / 0 / HDKit / 1.0.5 / HDKit.podspec.json
blob7567020c06461e945466af34aa6729e5a160e76a
2   "name": "HDKit",
3   "version": "1.0.5",
4   "summary": "个人调用工具类,播放器",
5   "description": "自己定义的播放器,附带3中类型的UI可选,基于FFmpeg与VLC,使用时可以自由选择",
6   "homepage": "https://github.com/peisonglin/HDKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "PSL": "345455211@qq.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/peisonglin/HDKit.git",
19     "tag": "1.0.5"
20   },
21   "requires_arc": true,
22   "static_framework": true,
23   "pod_target_xcconfig": {
24     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
25   },
26   "user_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
28   },
29   "frameworks": [
30     "AVFoundation",
31     "UIKit"
32   ],
33   "default_subspecs": [
34     "Main",
35     "Base",
36     "Player"
37   ],
38   "subspecs": [
39     {
40       "name": "Main",
41       "source_files": "FrameWork/HDKit.framework/Headers/*.h",
42       "vendored_frameworks": "FrameWork/HDKit.framework",
43       "public_header_files": "FrameWork/HDKit.framework/Headers/*.h"
44     },
45     {
46       "name": "Base",
47       "source_files": "FrameWork/HDKitBase.framework/Headers/*.h",
48       "vendored_frameworks": "FrameWork/HDKitBase.framework",
49       "public_header_files": "FrameWork/HDKitBase.framework/Headers/*.h",
50       "frameworks": [
51         "CoreTelephony",
52         "Photos"
53       ],
54       "libraries": "iconv",
55       "dependencies": {
56         "HDKit/Main": [
58         ]
59       }
60     },
61     {
62       "name": "Player",
63       "source_files": "FrameWork/HDKitPlayer.framework/Headers/*.h",
64       "vendored_frameworks": "FrameWork/HDKitPlayer.framework",
65       "public_header_files": "FrameWork/HDKitPlayer.framework/Headers/*.h",
66       "libraries": [
67         "iconv",
68         "z",
69         "bz2"
70       ],
71       "frameworks": [
72         "CoreTelephony",
73         "Photos",
74         "CoreMedia",
75         "VideoToolbox",
76         "AudioToolbox"
77       ],
78       "resources": "FrameWork/HDKitPlayer.framework/*.bundle",
79       "dependencies": {
80         "HDKit/Base": [
82         ],
83         "MobileVLCKit": [
84           "3.3.16.3"
85         ],
86         "Masonry": [
87           "1.1.0"
88         ],
89         "ReactiveObjC": [
90           "3.1.1"
91         ]
92       }
93     }
94   ]