blob: 73ae273749f778dafeca8981c03b042f810e0e12 [file] [log] [blame]
{
"name": "NCToast",
"version": "0.2",
"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/LINAICAI/NCToast",
"license": "MIT",
"authors": {
"李柰财": "linaicai2012@gmail.com"
},
"source": {
"git": "https://github.com/LINAICAI/NCToast.git",
"tag": "0.2"
},
"platforms": {
"ios": "4.3"
},
"requires_arc": true,
"source_files": "NCToast/*",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
]
}