[Add] CxjToasts 1.0.8
[CocoaPods.git] / Specs / 0 / f / 2 / PuddingVideoSDK / 1.5.9 / PuddingVideoSDK.podspec.json
blob005bb2c30aff7e8c9ad3066b90f00a6f883c5fac
2   "name": "PuddingVideoSDK",
3   "version": "1.5.9",
4   "summary": "北京智能管家视频sdk 静态库.",
5   "pod_target_xcconfig": {
6     "ENABLE_BITCODE": "NO"
7   },
8   "platforms": {
9     "ios": "7.0"
10   },
11   "description": "TODO: 北京智能管家视频sdk.",
12   "requires_arc": true,
13   "homepage": "git@github.com:RooboMobile/PuddingVideoSDK.git",
14   "license": {
15     "type": "MIT",
16     "file": "LICENSE"
17   },
18   "authors": {
19     "zhikuiyu": "zky_416@sina.com"
20   },
21   "source": {
22     "git": "https://git.oschina.net/roobo/PuddingVideoSDK.git",
23     "tag": "1.5.9"
24   },
25   "vendored_libraries": "PuddingVideo/lib/*.a",
26   "frameworks": [
27     "UIKit",
28     "MapKit",
29     "AVFoundation",
30     "WebKit",
31     "AudioToolBox",
32     "MediaPlayer",
33     "OpenGLES",
34     "GLKit",
35     "SystemConfiguration",
36     "CoreMedia",
37     "CoreVideo",
38     "MobileCoreServices",
39     "VideoToolbox"
40   ],
41   "libraries": [
42     "icucore",
43     "bz2",
44     "z",
45     "c++",
46     "iconv"
47   ],
48   "subspecs": [
49     {
50       "name": "RBVideo",
51       "source_files": "PuddingVideo/{RBLiveVideoClient.h,RBLiveVideoClient+Config.h,RBLiveVideoDelegate.h,RBVideoClient.h,RBVideoEvent.h}"
52     },
53     {
54       "name": "RBVideoFilter",
55       "source_files": "PuddingVideo/RBLiveVideoClient+VideoFilter.h",
56       "dependencies": {
57         "PuddingVideoSDK/RBVideo": [
59         ]
60       }
61     }
62   ]