blob: 1895ae5e217f6023e7b072b66cab6d3c23e4b581 [file] [log] [blame]
{
"name": "WDKit",
"version": "1.0.5",
"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.5"
},
"platforms": {
"ios": "4.3"
},
"requires_arc": true,
"source_files": "WDKit/WDKit/**/*.{h,m}",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit",
"Security"
]
}