[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / 5 / 1 / OKHBuilder / 0.2.0 / OKHBuilder.podspec.json
blob2d0ba749ee024a26ba0934d1bac3e938caee5026
2   "name": "OKHBuilder",
3   "version": "0.2.0",
4   "summary": "A pod for ios uni-app",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/On1Key/OKHBuilder",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "on1key": "on1key@foxmail.com"
13   },
14   "source": {
15     "git": "https://github.com/On1Key/OKHBuilder.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "OKHBuilder/Classes/**/*",
22   "resources": [
23     "OKHBuilder/Resources/Bundles/*",
24     "*.{md,podspec}"
25   ],
26   "pod_target_xcconfig": {
27     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
28   },
29   "user_target_xcconfig": {
30     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
31   },
32   "default_subspecs": [
33     "Base",
34     "Third",
35     "Tool"
36   ],
37   "subspecs": [
38     {
39       "name": "Base",
40       "vendored_libraries": "OKHBuilder/Libraries/Base/*.{a}",
41       "frameworks": [
42         "CoreText",
43         "JavaScriptCore",
44         "WebKit",
45         "CoreTelephony",
46         "MobileCoreServices",
47         "SystemConfiguration",
48         "MediaPlayer",
49         "AudioToolbox",
50         "QuartzCore",
51         "CFNetwork",
52         "Foundation",
53         "CoreFoundation",
54         "CoreGraphics",
55         "UIKit",
56         "AVFoundation",
57         "AssetsLibrary",
58         "AddressBook",
59         "CoreLocation",
60         "QuickLook",
61         "UserNotifications"
62       ],
63       "libraries": "c++"
64     },
65     {
66       "name": "Tool",
67       "vendored_libraries": "OKHBuilder/Libraries/Tool/*.{a}",
68       "vendored_frameworks": "OKHBuilder/Frameworks/Tool/*.{framework}",
69       "frameworks": [
70         "CoreMedia",
71         "CoreVideo",
72         "CoreMotion",
73         "CoreLocation"
74       ],
75       "libraries": "sqlite3.0",
76       "dependencies": {
77         "OKHBuilder/Base": [
79         ]
80       }
81     },
82     {
83       "name": "Third",
84       "vendored_libraries": "OKHBuilder/Libraries/Third/*.{a}",
85       "libraries": "xml2",
86       "dependencies": {
87         "OKHBuilder/Base": [
89         ],
90         "OKHBuilder/Tool": [
92         ]
93       }
94     },
95     {
96       "name": "Audio",
97       "vendored_libraries": "OKHBuilder/Libraries/Audio/*.{a}",
98       "frameworks": [
99         "AVFoundation"
100       ],
101       "dependencies": {
102         "OKHBuilder/Base": [
104         ],
105         "OKHBuilder/Tool": [
107         ]
108       }
109     },
110     {
111       "name": "Location",
112       "vendored_libraries": "OKHBuilder/Libraries/Location/*.{a}",
113       "frameworks": [
114         "CoreLocation",
115         "CoreBluetooth"
116       ],
117       "dependencies": {
118         "OKHBuilder/Base": [
120         ],
121         "OKHBuilder/Tool": [
123         ]
124       }
125     },
126     {
127       "name": "Camera",
128       "vendored_libraries": "OKHBuilder/Libraries/Camera/*.{a}",
129       "frameworks": [
130         "Accelerate",
131         "AssetsLibrary",
132         "Photos",
133         "CoreMedia",
134         "MetalKit",
135         "GLKit"
136       ],
137       "dependencies": {
138         "OKHBuilder/Base": [
140         ],
141         "OKHBuilder/Tool": [
143         ]
144       }
145     },
146     {
147       "name": "Barcode",
148       "vendored_libraries": "OKHBuilder/Libraries/Barcode/*.{a}",
149       "frameworks": [
150         "AVFoundation",
151         "ImageIO",
152         "CoreVideo",
153         "CoreMedia"
154       ],
155       "libraries": "iconv.2",
156       "dependencies": {
157         "OKHBuilder/Base": [
159         ],
160         "OKHBuilder/Tool": [
162         ],
163         "OKHBuilder/Third": [
165         ]
166       }
167     }
168   ]