blob: d67da9597e7cf3f42c17ad13e68f1a3ef84e62b3 [file] [log] [blame]
{
"name": "TTOCKit",
"version": "1.0.7",
"summary": "mvc.",
"description": "easy to mvc.",
"homepage": "https://github.com/ttayaa/TTOCKit",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"ttayaa": "2087154267@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ttayaa/TTOCKit.git",
"tag": "v1.0.7"
},
"source_files": "TTOCKit/TTOCKitHeader/TTOCKitConfig.h",
"resources": "TTOCKit/**/*.{png,xib,storyboard,plist,der,js,json,strings,imageset,xcassets}",
"requires_arc": true,
"subspecs": [
{
"name": "TTControllerCategory",
"source_files": "TTOCKit/TTControllerCategory/**/*.{h,m,mm}"
},
{
"name": "TTMVVM",
"source_files": "TTOCKit/TTMVVM/**/*.{h,m,mm}"
},
{
"name": "TTTools",
"source_files": "TTOCKit/TTTools/**/*.{h,m,mm}",
"dependencies": {
"SDWebImage": [
]
}
},
{
"name": "TTNetwork",
"source_files": "TTOCKit/TTNetwork/**/*.{h,m,mm}",
"dependencies": {
"AFNetworking": [
],
"YYModel": [
]
}
},
{
"name": "TTSignal",
"source_files": "TTOCKit/TTSignal/**/*.{h,m,mm}"
},
{
"name": "TTRouter",
"source_files": "TTOCKit/TTRouter/**/*.{h,m,mm}",
"dependencies": {
"YYModel": [
]
}
}
]
}