blob: 725559fbcf7af27c11d9777df0e9ec2b702229c2 [file] [log] [blame]
{
"name": "KCScrollTitleView",
"version": "1.0.0",
"summary": "KCScrollTitleView.",
"description": "KCScrollTitleView可以实时滑动的title切换视图,支持增删改",
"homepage": "https://github.com/KnowChat/KCScrollTitleView.git",
"license": "MIT",
"authors": {
"tengyue": "knowchat@icloud.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/KnowChat/KCScrollTitleView.git",
"tag": "1.0.0"
},
"source_files": "KCScrollTitleView/**/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"dependencies": {
"Masonry": [
"~> 1.1.0"
]
}
}