| { |
| "name": "RMHelpfulLabel", |
| "version": "1.0.0", |
| "summary": "A customisable UILabel implementation that allows easily adding pop-up, context-sensitive help", |
| "authors": { |
| "Robin Macharg": "robin.macharg@gmail.com" |
| }, |
| "homepage": "https://github.com/robinmacharg/RMHelpfulLabel", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "platforms": { |
| "ios": "5.0" |
| }, |
| "source": { |
| "git": "https://github.com/robinmacharg/RMHelpfulLabel.git", |
| "tag": "v1.0.0" |
| }, |
| "source_files": "RMHelpfulLabelDemo/RMHelpfulLabelDemo/RMHelpfulLabel/*.{h,m}", |
| "requires_arc": true |
| } |