blob: 42dbdf1e2b2d6487696ac3756d9a717dc14d13f6 [file] [log] [blame]
{
"name": "RogueKit2",
"version": "0.0.1",
"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.0.1"
},
"platforms": {
"ios": "4.3"
},
"requires_arc": true,
"source_files": "RogueKit/*",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"MBProgressHUD": [
]
}
}