blob: efa8ad5406114136c7abacfcee8c03ebd4981546 [file] [log] [blame]
{
"name": "WDKit",
"version": "1.0.2.7",
"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.2.7"
},
"platforms": {
"ios": "4.3"
},
"requires_arc": true,
"source_files": "WDKit/WDKit/*.{h,m}",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"subspecs": [
{
"name": "Category",
"source_files": "WDKit/WDKit/Category/*.{h,m}"
},
{
"name": "Extension",
"source_files": "WDKit/WDKit/Extension/*.{h,m}"
}
]
}