blob: cbd47730bd5412ab74aef6716cbe0567b8d4d987 [file] [log] [blame]
{
"name": "KCTransition",
"version": "1.0.0",
"summary": "A set of KCTransition.",
"description": "transition的一个集合,添加pod支持",
"homepage": "https://github.com/KnowChat/KCTransition",
"license": "MIT",
"authors": {
"tengyue": "knowchat@icloud.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/KnowChat/KCTransition.git",
"tag": "1.0.0"
},
"default_subspecs": "KCTransition",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"subspecs": [
{
"name": "KCTransition",
"source_files": "KCTransition/**/*"
},
{
"name": "KCCircleTransition",
"source_files": "KCTransition/KCCircleTransition/*"
}
]
}