blob: 88ae5e4462d72695fc090d7fc8683857e615336d [file] [log] [blame]
{
"name": "TTSource",
"version": "1.2.4",
"summary": "mvc.",
"description": "easy to mvc.",
"homepage": "https://github.com/ttayaa/TTSource",
"license": {
"type": "MIT",
"file": "FILE_LICENSE"
},
"authors": {
"ttayaa": "2087154267@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://git.oschina.net/ttayaa/ttsource.git",
"tag": "v1.2.4"
},
"requires_arc": true,
"subspecs": [
{
"name": "TTSourceALL",
"dependencies": {
"TTSource/Header": [
],
"TTSource/TTControllerCategory": [
],
"TTSource/TTMacros": [
],
"TTSource/TTMVC": [
]
}
},
{
"name": "Header",
"source_files": "TTSource/TTSourceConfig.h"
},
{
"name": "TTControllerCategory",
"source_files": "TTSource/TTControllerCategory/**/*.{h,m,mm}",
"resources": "TTSource/TTControllerCategory/**/*.{png,storyboard,xib,plist,der,js.json,strings,xcassets,imageset}"
},
{
"name": "TTMacros",
"source_files": "TTSource/TTMacros/**/*.{h,m,mm}"
},
{
"name": "TTMVC",
"source_files": "TTSource/TTMVC/**/*.{h,m,mm}"
}
]
}