blob: 0fc0d511aacc1c5f302b426050c4ee95f1841a6f [file] [log] [blame]
{
"name": "AQPlaceholderLabel",
"version": "0.0.2",
"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.2"
},
"source_files": [
"AQPlaceholderLabel",
"AQPlaceholderLabel/**/*.{h,m}"
],
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"requires_arc": true,
"deprecated": true
}