blob: 1d58ff57e581317997e5fa19f0cb557b601cc626 [file] [log] [blame]
{
"name": "ZYSubTitleView",
"version": "1.0.0",
"summary": "A subTitleView view used on iOS.",
"description": "It is a subTitleView view used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/Bogon/ZYSubTitlesView",
"license": "MIT",
"authors": {
"Bogon": "zhangqixcu@gmail.com"
},
"source": {
"git": "https://github.com/Bogon/ZYSubTitlesView.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"dependencies": {
"Masonry": [
"~> 0.6.1"
]
},
"source_files": "ZYSubTitleView/*",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}