blob: c30d97c269cedc177bd9c2f1bd97e2c7a934826c [file] [log] [blame]
{
"name": "YTCarouselView",
"platforms": {
"ios": "7.0"
},
"version": "1.0.0",
"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.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "YTCarouselView",
"source_files": "YTCarouselView/YTCarouselView",
"dependencies": {
"YTTool": [
]
},
"frameworks": [
"UIKit"
]
}
]
}