blob: 235e6a791d3333b2346a1a14c8e36f27b8a5ba32 [file] [log] [blame]
{
"name": "RogueKit2",
"version": "0.2.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.2.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "RogueKit/*",
"frameworks": [
"Foundation",
"UIKit",
"ImageIO"
],
"dependencies": {
"MBProgressHUD": [
]
}
}