[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 8 / 6 / CCMediaConvert / 1.0.10 / CCMediaConvert.podspec.json
blob5894b7f8480c4aedf1b09ea85b77dda5913072d4
2   "name": "CCMediaConvert",
3   "version": "1.0.10",
4   "summary": "A application of module to convert media format",
5   "description": "This is a component of Tailor which coding for file manager",
6   "homepage": "https://gitee.com/Lucyfa/ccmedia-format-conver.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Lucyfa": "lccjust123@163.com"
13   },
14   "source": {
15     "git": "https://gitee.com/Lucyfa/ccmedia-format-conver.git",
16     "tag": "1.0.10"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "CCMediaConvert/Classes/**/*",
22   "dependencies": {
23     "Masonry": [
24       "1.1.0"
25     ]
26   },
27   "vendored_frameworks": [
28     "CCMediaConvert/Frameworks/**/*.framework"
29   ],
30   "frameworks": [
31     "UIKit",
32     "Photos",
33     "ImageIO",
34     "AVFoundation",
35     "CoreGraphics",
36     "MobileCoreServices",
37     "Foundation",
38     "WebKit"
39   ],
40   "pod_target_xcconfig": {
41     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
42   },
43   "user_target_xcconfig": {
44     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
45   },
46   "static_framework": true,
47   "resource_bundles": {
48     "CCMediaConvert": [
49       "CCMediaConvert/Assets/**/*"
50     ]
51   }