[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 6 / 9 / 3 / VideoModule / 1.2.9.2 / VideoModule.podspec.json
blob5d22b6d65ce531e4ec369cfba82f485dcce92160
2   "name": "VideoModule",
3   "version": "1.2.9.2",
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": "master",
16     "tag": "1.2.985"
17   },
18   "subspecs": [
19     {
20       "name": "DATJ_KeyChainUDIDVideo",
21       "dependencies": {
22         "OpenUDID": [
23           "~> 1.0.0"
24         ]
25       },
26       "source_files": "VideoModule/other/DATJ_KeyChainUDIDVideo/*.{h,m}",
27       "public_header_files": "VideoModule/other/DATJ_KeyChainUDIDVideo/*.{h}"
28     },
29     {
30       "name": "HeiseTishikuang",
31       "source_files": "VideoModule/other/HeiseTishikuang/**/*.{h,m}",
32       "public_header_files": "VideoModule/other/HeiseTishikuang/**/*.{h}",
33       "frameworks": [
34         "QuartzCore",
35         "UIKit",
36         "Foundation"
37       ]
38     },
39     {
40       "name": "DuiaMeng",
41       "source_files": "VideoModule/other/DuiaMeng/**/*.{h,m}",
42       "public_header_files": "VideoModule/other/DuiaMeng/**/*.{h}"
43     },
44     {
45       "name": "DAStatisticInterface",
46       "dependencies": {
47         "VideoModule/DATJ_KeyChainUDIDVideo": [
49         ],
50         "AFNetworking": [
51           "~> 3.1.0"
52         ]
53       },
54       "source_files": "VideoModule/other/DAStatisticInterface/**/*.{h,m}",
55       "public_header_files": "VideoModule/other/DAStatisticInterface/**/*.{h}"
56     },
57     {
58       "name": "Util",
59       "dependencies": {
60         "VideoModule/DATJ_KeyChainUDIDVideo": [
62         ],
63         "VideoModule/DAStatisticInterface": [
65         ]
66       },
67       "source_files": "VideoModule/other/Util/**/*.{h,m}",
68       "public_header_files": "VideoModule/other/Util/**/*.{h}"
69     },
70     {
71       "name": "VideoModuleDA",
72       "dependencies": {
73         "VideoModule/DuiaMeng": [
75         ],
76         "VideoModule/DAStatisticInterface": [
78         ],
79         "VideoModule/HeiseTishikuang": [
81         ],
82         "VideoModule/Util": [
84         ],
85         "Reachability": [
86           "~> 3.2"
87         ],
88         "FMDB": [
89           "~> 2.7.2"
90         ],
91         "AFNetworking": [
92           "~> 3.1.0"
93         ],
94         "Masonry": [
95           "~> 1.0.2"
96         ],
97         "SDWebImage": [
98           "~> 4.1.0"
99         ],
100         "OpenUDID": [
101           "~> 1.0.0"
102         ]
103       },
104       "source_files": "VideoModule/VideoModuleDA/**/*.{h,m}",
105       "resources": [
106         "VideoModule/Assets.xcassets/Loading/**/*.png",
107         "VideoModule/VideoModuleDA/**/*.{xib,plist,xcdatamodeld}"
108       ],
109       "frameworks": [
110         "UIKit",
111         "Foundation",
112         "AVFoundation",
113         "CoreData"
114       ],
115       "libraries": [
116         "c++",
117         "sqlite3.0",
118         "z",
119         "sqlite3"
120       ],
121       "prefix_header_file": "VideoModule/VideoModuleDA/VideoHeader/qwerty.h"
122     }
123   ]