blob: 2ef93e825570662654f6cd96321c471e9f82696e [file] [log] [blame]
{
"name": "JACarouselView",
"version": "0.0.5",
"summary": "An easy-to-use carousel",
"description": "An easy-to-use carousel.You can use like UITableView",
"homepage": "https://github.com/ishepherdMiner/JACarouselView",
"license": "MIT",
"authors": {
"Jason": "iJason92@yahoo.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/ishepherdMiner/JACarouselView.git",
"tag": "0.0.5"
},
"source_files": [
"JACarouselView",
"JACarouselView/**/*.{h,m}"
],
"resources": "JACarouselView/*.bundle",
"public_header_files": "JACarouselView/**/*.h",
"frameworks": [
"UIKit",
"QuartzCore",
"Foundation"
],
"requires_arc": true,
"module_name": "JACarouselView"
}