blob: ba5bdef22885e103e89f43a4785c35a62bafe010 [file] [log] [blame]
{
"name": "KinxPodsTest",
"version": "0.6",
"summary": "Highly scalable testetsmework.",
"homepage": "https://github.com/xorshine/TestDemo",
"license": "MIT",
"authors": {
"k": "xorshine@icloud.com"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/xorshine/TestDemo.git",
"tag": "0.6"
},
"resources": "KinxPodsTest/*.{bundle}",
"public_header_files": "KinxPodsTest/KinxPodsTest.h",
"source_files": "KinxPodsTest/KinxPodsTest.h",
"subspecs": [
{
"name": "Cocoa",
"source_files": "KinxPodsTest/Cocoa/*.{h,m}",
"public_header_files": "KinxPodsTest/Cocoa/KVCC.h"
},
{
"name": "Foundation",
"source_files": "KinxPodsTest/Foundation/*.{h,m}",
"public_header_files": "KinxPodsTest/Foundation/KVOO.h",
"dependencies": {
"KinxPodsTest/Cocoa": [
]
}
},
{
"name": "UIKit",
"source_files": "KinxPodsTest/UIKit/*.{h,m}",
"public_header_files": "KinxPodsTest/UIKit/ViewW.h",
"subspecs": [
{
"name": "Views",
"source_files": "KinxPodsTest/UIKit/Views/*.{h,m}",
"public_header_files": "KinxPodsTest/UIKit/Views/TTTTT.h"
}
]
}
]
}