[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 6 / 3 / CJGMediaFramework / 1.2.5 / CJGMediaFramework.podspec.json
blob50d03f2f0e23e792fe574cf304da6083b482bb36
2   "name": "CJGMediaFramework",
3   "version": "1.2.5",
4   "summary": "音视频处理",
5   "platforms": {
6     "ios": "10.0"
7   },
8   "homepage": "https://github.com/MackolChen/CJGMediaFramework",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "MackolChen": "engineer_macchen@163.com"
15   },
16   "static_framework": true,
17   "requires_arc": true,
18   "source": {
19     "git": "https://github.com/MackolChen/CJGMediaFramework.git",
20     "tag": "1.2.5"
21   },
22   "resources": "CJGMediaFramework/Classes/CJGMediaFramework.framework/Headers",
23   "public_header_files": "CJGMediaFramework/Classes/**/*.h",
24   "vendored_frameworks": [
25     "CJGMediaFramework/Classes/CJGMediaFramework.framework"
26   ],
27   "source_files": "CJGMediaFramework/Classes/**/*",
28   "libraries": "c++",
29   "xcconfig": {
30     "CLANG_CXX_LIBRARY": "libc++"
31   }