[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 8 / e / CDMPlayer / 0.1.1 / CDMPlayer.podspec.json
blob5195a61b8adab69cb6743c844c1cac89b8d7dd1b
2   "name": "CDMPlayer",
3   "version": "0.1.1",
4   "summary": "CDMPlayer as a pod.",
5   "description": "This fantastic pod implements the CDMPlayer.",
6   "homepage": "https://github.com/acj3rd/CDMPlayer",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Dreew Jenkins": "ajenkins@kvh.com"
13   },
14   "source": {
15     "git": "https://github.com/acj3rd/CDMPlayer.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "cdm_player/**/*.{cc,m,mm,h}",
22   "compiler_flags": [
23     "-Wno-objc-property-no-attribute",
24     "-Wno-objc-missing-super-calls",
25     "-fno-objc-arc",
26     "-I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/libxml2/",
27     "-Wno-objc-designated-initializers",
28     "-Wno-strict-prototypes"
29   ],
30   "ios": {
31     "vendored_frameworks": [
32       "cdm_player/cdm/dev/widevine_cdm_sdk_dev_insecure.framework",
33       "Frameworks/CDM/widevine_cdm_sdk_release.framework",
34       "Frameworks/CDM/widevine_cdm_sdk_dev.framework",
35       "Frameworks/CDM/widevine_cdm_sdk_dev_insecure.framework"
36     ],
37     "libraries": [
38       "xml2",
39       "z",
40       "c++"
41     ]
42   }