[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / a / 5 / 4 / KSYMediaEditorKit / 2.3.0 / KSYMediaEditorKit.podspec.json
blob0823fc1fc382cb2d066a3ae91bc56d828dd2e6f4
2   "name": "KSYMediaEditorKit",
3   "version": "2.3.0",
4   "summary": "ksyun iOS mediaeditor sdk",
5   "description": "* ksyun mediaeditor sdk",
6   "homepage": "http://v.ksyun.com/doc.html",
7   "license": {
8     "type": "Proprietary",
9     "text": "      Copyright 2015 kingsoft Ltd. All rights reserved.\n"
10   },
11   "authors": {
12     "KeChengWang": "wangkecheng@kingsoft.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/ksvc/KSYMediaEditorKit_iOS.git",
19     "tag": "v2.3.0"
20   },
21   "pod_target_xcconfig": {
22     "OTHER_LDFLAGS": "-lObjC -all_load"
23   },
24   "ios": {
25     "libraries": [
26       "z",
27       "iconv",
28       "stdc++.6",
29       "bz2"
30     ]
31   },
32   "requires_arc": true,
33   "default_subspecs": "KSYMediaEditorKit",
34   "subspecs": [
35     {
36       "name": "KSYMediaEditorKit",
37       "dependencies": {
38         "KSYMediaEditorKit/libKSYMediaEditor": [
40         ],
41         "KSYMediaEditorKit/KSYGPUResource": [
43         ]
44       }
45     },
46     {
47       "name": "libKSYMediaEditor",
48       "source_files": [
49         "prebuilt/include/**/*.h"
50       ],
51       "vendored_libraries": "prebuilt/libs/*.a",
52       "dependencies": {
53         "GPUImage": [
55         ]
56       }
57     },
58     {
59       "name": "KSYGPUResource",
60       "resources": "resource/KSYGPUResource.bundle"
61     }
62   ]