[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / e / 8 / a / KinxPodsTest / 0.6 / KinxPodsTest.podspec.json
blobba5bdef22885e103e89f43a4785c35a62bafe010
2   "name": "KinxPodsTest",
3   "version": "0.6",
4   "summary": "Highly scalable testetsmework.",
5   "homepage": "https://github.com/xorshine/TestDemo",
6   "license": "MIT",
7   "authors": {
8     "k": "xorshine@icloud.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "requires_arc": true,
14   "source": {
15     "git": "https://github.com/xorshine/TestDemo.git",
16     "tag": "0.6"
17   },
18   "resources": "KinxPodsTest/*.{bundle}",
19   "public_header_files": "KinxPodsTest/KinxPodsTest.h",
20   "source_files": "KinxPodsTest/KinxPodsTest.h",
21   "subspecs": [
22     {
23       "name": "Cocoa",
24       "source_files": "KinxPodsTest/Cocoa/*.{h,m}",
25       "public_header_files": "KinxPodsTest/Cocoa/KVCC.h"
26     },
27     {
28       "name": "Foundation",
29       "source_files": "KinxPodsTest/Foundation/*.{h,m}",
30       "public_header_files": "KinxPodsTest/Foundation/KVOO.h",
31       "dependencies": {
32         "KinxPodsTest/Cocoa": [
34         ]
35       }
36     },
37     {
38       "name": "UIKit",
39       "source_files": "KinxPodsTest/UIKit/*.{h,m}",
40       "public_header_files": "KinxPodsTest/UIKit/ViewW.h",
41       "subspecs": [
42         {
43           "name": "Views",
44           "source_files": "KinxPodsTest/UIKit/Views/*.{h,m}",
45           "public_header_files": "KinxPodsTest/UIKit/Views/TTTTT.h"
46         }
47       ]
48     }
49   ]