[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 1 / 9 / 4 / JMSmartMediaPlayer / 1.2.3 / JMSmartMediaPlayer.podspec.json
blob1f30c9bcc5c8f5d681bc62f22726bf57903dcb4d
2   "name": "JMSmartMediaPlayer",
3   "version": "1.2.3",
4   "summary": "Jimi Meida Player SDK for iOS at CocoaPods.",
5   "license": {
6     "type": "Apache License 2.0",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "Jason": "lizhijian@jimilab.com"
11   },
12   "homepage": "https://github.com/JimiPlatform/JMSmartMediaPlayer",
13   "description": "Jimi Meida Player SDK for iOS at CocoaPods.",
14   "frameworks": [
15     "CoreMedia",
16     "VideoToolbox",
17     "AudioToolbox"
18   ],
19   "libraries": [
20     "c++",
21     "z",
22     "bz2",
23     "iconv"
24   ],
25   "requires_arc": true,
26   "source": {
27     "git": "https://github.com/JimiPlatform/JMSmartMediaPlayer.git",
28     "tag": "v1.2.3"
29   },
30   "pod_target_xcconfig": {
31     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
32     "GENERATE_INFOPLIST_FILE": "YES"
33   },
34   "user_target_xcconfig": {
35     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
36     "GENERATE_INFOPLIST_FILE": "YES"
37   },
38   "platforms": {
39     "ios": "11.0"
40   },
41   "ios": {
42     "vendored_frameworks": "JMSmartMediaPlayer.framework"
43   },
44   "vendored_libraries": "JMSmartMediaPlayer.framework/**/*.a",
45   "dependencies": {
46     "JMMonitorView": [
47       "~> 1.0.8"
48     ]
49   }