| { | |
| "name": "BTBadgeView", | |
| "version": "1.2", | |
| "license": { | |
| "type": "zlib", | |
| "file": "LICENCE.md" | |
| }, | |
| "summary": "A view that replicates and extends the number badge UI element in iOS.", | |
| "homepage": "https://github.com/borut-t/BTBadgeView", | |
| "authors": "Borut Tomažin", | |
| "platforms": { | |
| "ios": "5.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/borut-t/BTBadgeView.git", | |
| "tag": "1.2" | |
| }, | |
| "source_files": "BTBadgeView/*.{h,m}", | |
| "frameworks": "UIKit", | |
| "requires_arc": true | |
| } |