blob: ed19b36fe4ef6e1708d6a7becb05d9db55df2676 [file] [log] [blame]
{
"name": "MMScrollBanner",
"summary": "A ScrollBanner for iOS.",
"version": "0.0.1",
"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.1"
},
"requires_arc": true,
"source_files": "MMScrollBanner/**/*.{h,m}",
"libraries": [
"z",
"sqlite3"
],
"frameworks": [
"UIKit",
"CoreFoundation"
],
"dependencies": {
"YYKit": [
],
"MMWeakTimer": [
]
}
}