[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / e / 4 / 0 / CustomEngine / 0.1.4 / CustomEngine.podspec.json
blob4a0ed4aaa770e8bcdcb2dba3bf69302693909330
2   "name": "CustomEngine",
3   "version": "0.1.4",
4   "summary": "自定义管理SDK",
5   "homepage": "https://cocoapods.org/pods/CustomEngine",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Rover001": "zengyun6666@163.com"
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/Rover001/CustomEngine.git",
18     "tag": "0.1.4"
19   },
20   "ios": {
21     "vendored_frameworks": "Engine/Framework/*.framework"
22   },
23   "requires_arc": true,
24   "subspecs": [
25     {
26       "name": "Category",
27       "source_files": "Engine/Category/*.{h,m}",
28       "public_header_files": "Engine/Category/*.h"
29     }
30   ]