blob: 265a1d17989e5409c55c90753abd90aa11ef8de5 [file] [log] [blame]
{
"name": "WDKit",
"version": "1.0.6",
"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/CoderWD/WDKit",
"license": "MIT",
"authors": {
"何伟东": "654500619@.com"
},
"source": {
"git": "https://github.com/CoderWD/WDKit.git",
"tag": "1.0.6"
},
"platforms": {
"ios": "4.3"
},
"requires_arc": true,
"source_files": "WDKit/WDKit/**/*.{h,m}",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit",
"Security"
]
}