blob: 79fee504aa14d94b778250bb913fb5a0b85a5926 [file] [log] [blame]
{
"name": "AQPlaceholderLabel",
"version": "0.0.3",
"summary": "A label to display a virtual placeholder effect.",
"description": " It is a label view used on iOS, which implement by Objective-C.\n",
"homepage": "https://github.com/archmagees/AQPlaceholderLabel",
"license": "MIT",
"authors": {
"Arthur": "archmagees@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/archmagees/AQPlaceholderLabel.git",
"tag": "0.0.3"
},
"source_files": [
"AQPlaceholderLabel",
"AQPlaceholderLabel/**/*.{h,m}",
"AQPlaceholderLabelDemo"
],
"exclude_files": "AQPlaceholderLabelDemo/Build",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"requires_arc": true,
"deprecated": true
}