[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 6 / 9 / 3 / VideoModule / 1.4.3.7.4 / VideoModule.podspec.json
blob0c5d25c61a19a599e7b2ebcd455c8704b9d57923
2   "name": "VideoModule",
3   "version": "1.4.3.7.4",
4   "summary": "Internal video components.",
5   "homepage": "http://git.duia.org.cn/wangxinghua/VideoModule",
6   "license": "MIT",
7   "authors": {
8     "wangxinghua": "kwangxh@163.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "http://git.duia.org.cn/wangxinghua/VideoModule.git",
15     "branch": "dev",
16     "tag": "1.4.3.7.3"
17   },
18   "static_framework": true,
19   "subspecs": [
20     {
21       "name": "DATJ_KeyChainUDIDVideo",
22       "dependencies": {
23         "OpenUDID": [
25         ]
26       },
27       "source_files": "VideoModule/other/DATJ_KeyChainUDIDVideo/*.{h,m}",
28       "public_header_files": "VideoModule/other/DATJ_KeyChainUDIDVideo/*.{h}"
29     },
30     {
31       "name": "HeiseTishikuang",
32       "source_files": "VideoModule/other/HeiseTishikuang/**/*.{h,m}",
33       "public_header_files": "VideoModule/other/HeiseTishikuang/**/*.{h}",
34       "frameworks": [
35         "QuartzCore",
36         "UIKit",
37         "Foundation"
38       ]
39     },
40     {
41       "name": "DuiaMeng",
42       "source_files": "VideoModule/other/DuiaMeng/**/*.{h,m}",
43       "public_header_files": "VideoModule/other/DuiaMeng/**/*.{h}"
44     },
45     {
46       "name": "DAStatisticInterface",
47       "dependencies": {
48         "VideoModule/DATJ_KeyChainUDIDVideo": [
50         ],
51         "AFNetworking": [
53         ]
54       },
55       "source_files": "VideoModule/other/DAStatisticInterface/**/*.{h,m}",
56       "public_header_files": "VideoModule/other/DAStatisticInterface/**/*.{h}"
57     },
58     {
59       "name": "Util",
60       "dependencies": {
61         "VideoModule/DATJ_KeyChainUDIDVideo": [
63         ],
64         "VideoModule/DAStatisticInterface": [
66         ]
67       },
68       "source_files": "VideoModule/other/Util/**/*.{h,m}",
69       "public_header_files": "VideoModule/other/Util/**/*.{h}"
70     },
71     {
72       "name": "VideoModuleDA",
73       "dependencies": {
74         "VideoModule/DuiaMeng": [
76         ],
77         "VideoModule/DAStatisticInterface": [
79         ],
80         "VideoModule/HeiseTishikuang": [
82         ],
83         "VideoModule/Util": [
85         ],
86         "Reachability": [
88         ],
89         "FMDB": [
91         ],
92         "AFNetworking": [
94         ],
95         "Masonry": [
97         ],
98         "SDWebImage": [
100         ],
101         "OpenUDID": [
103         ]
104       },
105       "source_files": "VideoModule/VideoModuleDA/**/*.{h,m}",
106       "resources": [
107         "VideoModule/Assets.xcassets/Loading/**/*.png",
108         "VideoModule/VideoModuleDA/**/*.{xib,plist,xcdatamodeld}"
109       ],
110       "frameworks": [
111         "UIKit",
112         "Foundation",
113         "AVFoundation",
114         "CoreData",
115         "AudioToolbox",
116         "CoreMedia",
117         "CoreVideo",
118         "OpenGLES",
119         "QuartzCore",
120         "VideoToolbox",
121         "MediaPlayer",
122         "SystemConfiguration",
123         "Security",
124         "MobileCoreServices",
125         "CoreGraphics"
126       ],
127       "libraries": [
128         "c++",
129         "sqlite3.0",
130         "z",
131         "sqlite3",
132         "bz2"
133       ],
134       "prefix_header_file": "VideoModule/VideoModuleDA/VideoHeader/qwerty.h"
135     }
136   ]