[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 4 / 2 / TestSubSpec / 0.1.0 / TestSubSpec.podspec.json
blob9efac37a8ce9668d82c25da9721d6f81f6ea6333
2   "name": "TestSubSpec",
3   "version": "0.1.0",
4   "summary": "测试多个子功能TestSubSpec.",
5   "description": "测试subspec功能用,测试多个子功能TestSubSpec.测试subspec功能用,测试多个子功能TestSubSpec.",
6   "homepage": "https://gitee.com/zhouchenglong",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "oauth2": "253136335@qq.com"
13   },
14   "source": {
15     "git": "https://gitee.com/zhouchenglong/test-sub-spec.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "subspecs": [
22     {
23       "name": "ClassA",
24       "source_files": "TestSubSpec/Classes/ClassA/**/*"
25     },
26     {
27       "name": "ClassB",
28       "source_files": "TestSubSpec/Classes/ClassB/**/*"
29     }
30   ]