blob: a449d765e4e9258596ebcabe0fc7f072d7947be0 [file] [log] [blame]
{
"name": "RogueKit2",
"version": "0.3.0",
"summary": "A marquee view used on iOS.",
"description": "It is a marquee view used on iOS, which implement by Objective-C.",
"homepage": "https://github.com/RogueAndy/RogueKit2",
"license": "MIT",
"authors": {
"RogueAndy": "619455850@qq.com"
},
"source": {
"git": "https://github.com/RogueAndy/RogueKit2.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "RogueKit/*",
"frameworks": [
"Foundation",
"UIKit",
"ImageIO"
],
"dependencies": {
"MBProgressHUD": [
]
}
}