blob: af056c8d8f83b606775f814f2d05b57bd7ebc5bf [file] [log] [blame]
{
"name": "MMScrollBanner",
"summary": "A ScrollBanner for iOS.",
"version": "0.0.4",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MMMille": "xuemingluan@gmail.com"
},
"homepage": "https://github.com/MMMille/MMScrollBanner",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/MMMille/MMScrollBanner.git",
"tag": "0.0.4"
},
"requires_arc": true,
"source_files": "MMScrollBanner/**/*.{h,m}",
"libraries": [
"z",
"sqlite3"
],
"frameworks": [
"UIKit",
"CoreFoundation"
],
"dependencies": {
"YYKit": [
],
"MMWeakTimer": [
]
}
}