blob: 30f5e74c95c683bc45484295dd3432beaf95a23d [file] [log] [blame]
{
"name": "cpod",
"version": "0.1.0",
"summary": "A subclass on UILabel that provides a blink.",
"description": "This CocoaPod provides the ability to use a UILabel that may be started and stopped blinking.",
"homepage": "https://github.com/aaron5haw/cpod",
"license": "MIT",
"authors": {
"Aaron Shaw": "hello@connectyou.io"
},
"source": {
"git": "https://github.com/aaron5haw/cpod.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"cpod": [
"Pod/Assets/*.png"
]
}
}