blob: 12f8b9a3d4c9c7a66a9610052d06de15c7194ca4 [file] [log] [blame]
{
"name": "YTCarouselView",
"platforms": {
"ios": "7.0"
},
"version": "1.0.1",
"license": "MIT",
"summary": "a custom carousel view",
"homepage": "https://github.com/songyutao/YTCarouselView",
"authors": {
"宋玉涛": "iamsongyutao@163.com"
},
"source": {
"git": "https://github.com/songyutao/YTCarouselView.git",
"tag": "1.0.1"
},
"requires_arc": true,
"subspecs": [
{
"name": "YTCarouselView",
"source_files": "YTCarouselView/YTCarouselView",
"dependencies": {
"YTTool": [
]
},
"frameworks": [
"UIKit"
]
}
]
}