| { |
| "name": "IOSBlinkingLabel", |
| "version": "0.1.0", |
| "summary": "iOS Label that blinks.", |
| "description": "A simple iOS library which allows to start, stop a Label to blink on screen.", |
| "homepage": "https://github.com/ashwindmk/ios_blinking_label_library", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Ashwin": "ashwin.dinesh01@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/ashwindmk/ios_blinking_label_library.git", |
| "tag": "0.1.0" |
| }, |
| "swift_version": "3.2", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "IOSBlinkingLabel/Classes/**/*" |
| } |