[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 0 / c / f / QKRecordSDK / 1.0.0 / QKRecordSDK.podspec.json
blob2d90f6bff19a099268bc33143e39d21859c8dc3e
2   "name": "QKRecordSDK",
3   "version": "1.0.0",
4   "summary": "A short description of QKRecordSDK.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/qklive/recordsdk_ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "quklive": "yangpeng@quklive.com"
13   },
14   "source": {
15     "git": "https://github.com/qklive/recordsdk_ios.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "resource_bundles": {
22     "QKRecordSDK": [
23       "QKRecordSDK/Assets/img/*",
24       "QKRecordSDK/Assets/xib/*"
25     ]
26   },
27   "static_framework": true,
28   "xcconfig": {
29     "OTHER_LDFLAGS": "-ObjC"
30   },
31   "dependencies": {
32     "QKPubBean": [
34     ]
35   },
36   "default_subspecs": "clipSdkDemo",
37   "source_files": [
38     "QKRecordSDK/Classes/newClip/imgSelect/LocalOrSystemVideos.h",
39     "QKRecordSDK/Classes/newClip/viewController/ClipPubThings.h",
40     "QKRecordSDK/Classes/newClip/bean/QKMoviePartDrafts.h",
41     "QKRecordSDK/Classes/newClip/viewController/QKClipController.h"
42   ],
43   "subspecs": [
44     {
45       "name": "clipSdkDemo",
46       "source_files": "QKRecordSDK/Classes/**/*/*.{h,m}"
47     }
48   ]