blob: 33bd2297c002b1c3e571e168224d08eac13d942e [file] [log] [blame]
{
"name": "WDKit",
"version": "1.0.2.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.2.6"
},
"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}"
}
]
}