blob: d10831d62e04040a5041688f0273ee5968389d53 [file] [log] [blame]
{
"name": "TTSource",
"version": "1.0.8",
"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.0.8"
},
"requires_arc": true,
"subspecs": [
{
"name": "TTSourceALL",
"dependencies": {
"TTSource/Header": [
],
"TTSource/TTCategory": [
],
"TTSource/TTControllerCategory": [
],
"TTSource/TTMacros": [
],
"TTSource/TTMVC": [
],
"TTSource/TTMVC2": [
],
"TTSource/TTRefresh": [
],
"TTSource/TTTools": [
],
"TTSource/TTTransitions": [
],
"TTSource/TTUI": [
],
"TTSource/TTView": [
],
"TTSource/TTRouter": [
]
}
},
{
"name": "Header",
"source_files": "TTSource/TTSourceConfig.h"
},
{
"name": "TTCategory",
"source_files": "TTSource/TTCategory/**/*.{h,m,mm}"
},
{
"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}",
"resources": "TTSource/TTMVC/**/*.{png,storyboard,xib,plist,der,js.json,strings,xcassets,imageset}"
},
{
"name": "TTMVC2",
"source_files": "TTSource/TTMVC2/**/*.{h,m,mm}"
},
{
"name": "TTRefresh",
"source_files": "TTSource/TTRefresh/**/*.{h,m,mm}"
},
{
"name": "TTTools",
"source_files": "TTSource/TTTools/**/*.{h,m,mm}"
},
{
"name": "TTTransitions",
"source_files": "TTSource/TTTransitions/**/*.{h,m,mm}"
},
{
"name": "TTUI",
"source_files": "TTSource/TTUI/**/*.{h,m,mm}",
"resources": "TTSource/TTUI/**/*.{png,storyboard,xib,plist,der,js.json,strings,xcassets,imageset}"
},
{
"name": "TTView",
"source_files": "TTSource/TTView/**/*.{h,m,mm}",
"resources": "TTSource/TTView/**/*.{png,storyboard,xib,plist,der,js.json,strings,xcassets,imageset}"
},
{
"name": "TTRouter",
"source_files": "TTSource/TTRouter/**/*.{h,m,mm}"
}
]
}