blob: 5ae050310e73f85f22d67c796d07cd8a43fd989c [file] [log] [blame]
{
"name": "CPInfiniteBanner",
"version": "0.2.1",
"summary": "CPInfiniteBanner is an auto scroll banner lib.",
"description": "An optional longer description of CPInfiniteBanner\n * Markdown format.\n * Don't worry about the indent, we strip it!",
"homepage": "https://github.com/crespoxiao/CPInfiniteBanner",
"license": "MIT",
"authors": {
"CrespoXiao": "xiaochengfei@didichuxing.com"
},
"source": {
"git": "https://github.com/crespoxiao/CPInfiniteBanner.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"public_header_files": "Pod/Classes/**/*.h",
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"CPInfiniteBanner": [
"Pod/Assets/*"
]
},
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"libextobjc": [
],
"SDWebImage": [
],
"Masonry": [
]
}
}