blob: 3b5aeb45316276c96af0b7d7343a9d809419fd3e [file] [log] [blame]
{
"name": "CustomLabel",
"version": "0.1.0",
"summary": "This is custom label.",
"description": "This CocoaPod provides the ability to use a UILabel that may be started and stopped blinking.",
"homepage": "https://github.com/yogeshbh/OwnPod",
"license": "MIT",
"authors": {
"Yogesh": "yogeshbh@cybage.com"
},
"source": {
"git": "https://github.com/yogeshbh/OwnPod.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"CustomLabel": [
"Pod/Assets/*.png"
]
}
}