blob: 1e4b3402300ab92b8b871deaf4aea4ce30c3c42d [file] [log] [blame]
{
"name": "RogueKit",
"version": "1.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/RogueKit",
"license": "MIT",
"authors": {
"RogueAndy": "619455850@qq.com"
},
"source": {
"git": "https://github.com/RogueAndy/RogueKit.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "4.3"
},
"requires_arc": true,
"source_files": "RogueKit/*",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"MBProgressHUD": [
]
}
}