blob: 1b024fddd4e4713df7ca43667f41cd7eb76f8b97 [file] [log] [blame]
{
"name": "BSCircleBanner",
"version": "0.0.1",
"summary": "A circle scroll view for iOS.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/juxingzhutou/BSCircleBanner.git",
"authors": {
"juxingzhutou": "juxingzhutou@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/juxingzhutou/BSCircleBanner.git",
"tag": "v0.0.1"
},
"source_files": "BSCircleBanner/**/*.{h,m}",
"public_header_files": [
"BSCircleBanner/BSCircleBanner.h",
"BSCircleBanner/BSSingleBannerCVCell.h"
],
"dependencies": {
"Masonry": [
"~>0.6.2"
]
}
}