blob: b9c5a610be8b25ba3d9fe1036f630d8615b8c56b [file] [log] [blame]
{
"name": "CHBannerView",
"version": "0.1.1",
"summary": "一个UIKit下的轮播图框架",
"homepage": "https://github.com/MeteoriteMan/CHBannerView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"张晨晖": "shdows007@gmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/MeteoriteMan/CHBannerView.git",
"tag": "0.1.1"
},
"source_files": "CHBannerView/**/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit",
"CHPageControl"
],
"dependencies": {
"CHPageControl": [
]
},
"requires_arc": true
}