[Add] AlibabacloudVpc20160428 5.5.0
[CocoaPods.git] / Specs / 1 / 9 / 4 / JMSmartMediaPlayer / 1.2.0 / JMSmartMediaPlayer.podspec.json
blob0b81da3c8f7980472db5dd477e18f63820e0e848
2   "name": "JMSmartMediaPlayer",
3   "version": "1.2.0",
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": "git@github.com:JimiPlatform/JMSmartMediaPlayer.git",
28     "tag": "v1.2.0"
29   },
30   "pod_target_xcconfig": {
31     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "armv7 arm64 x86_64 i386"
32   },
33   "user_target_xcconfig": {
34     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "armv7 arm64 x86_64 i386"
35   },
36   "platforms": {
37     "ios": "9.0"
38   },
39   "ios": {
40     "vendored_frameworks": "JMSmartMediaPlayer.framework"
41   },
42   "vendored_libraries": "JMSmartMediaPlayer.framework/**/*.a",
43   "dependencies": {
44     "JMMonitorView": [
45       "~> 1.0.8"
46     ]
47   }