| { |
| "name": "LSMessageHUD", |
| "version": "1.0.0", |
| "license": "MIT", |
| "summary": "Easy to use and customizable messages/notifications/toasts HUD for iOS, supports simple strings or attributed strings.", |
| "homepage": "https://github.com/tinymind/LSMessageHUD", |
| "authors": { |
| "lslin": "xappbox@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/tinymind/LSMessageHUD.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Classes/*", |
| "frameworks": [ |
| "Foundation", |
| "UIKit" |
| ] |
| } |