[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / 9 / 7 / 0 / HDKit / 1.0.0 / HDKit.podspec.json
blob6bcfc310de0ec618629d62551f146932010317fc
2   "name": "HDKit",
3   "version": "1.0.0",
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.0"
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": "HDKit/Classes/HDKit/HDKit.framework/Headers/*.h",
42       "vendored_frameworks": "HDKit/Classes/HDKit/HDKit.framework",
43       "public_header_files": "HDKit/Classes/HDKit/HDKit.framework/Headers/*.h"
44     },
45     {
46       "name": "Base",
47       "source_files": "HDKit/Classes/HDKitBase/HDKitBase.framework/Headers/*.h",
48       "vendored_frameworks": "HDKit/Classes/HDKitBase/HDKitBase.framework",
49       "public_header_files": "HDKit/Classes/HDKitBase/HDKitBase.framework/Headers/*.h",
50       "frameworks": [
51         "CoreTelephony",
52         "Photos"
53       ],
54       "libraries": "iconv"
55     },
56     {
57       "name": "Player",
58       "source_files": "HDKit/Classes/HDKitPlayer/HDKitPlayer.framework/Headers/*.h",
59       "vendored_frameworks": "HDKit/Classes/HDKitPlayer/HDKitPlayer.framework",
60       "public_header_files": "HDKit/Classes/HDKitPlayer/HDKitPlayer.framework/Headers/*.h",
61       "libraries": [
62         "iconv",
63         "z",
64         "bz2"
65       ],
66       "frameworks": [
67         "CoreTelephony",
68         "Photos",
69         "CoreMedia",
70         "VideoToolbox",
71         "AudioToolbox"
72       ],
73       "dependencies": {
74         "HDKit/Main": [
76         ],
77         "MobileVLCKit": [
78           "3.3.16.3"
79         ],
80         "Masonry": [
81           "~> 1.1.0"
82         ],
83         "ReactiveObjC": [
84           "~> 3.1.1"
85         ]
86       }
87     }
88   ]