| { |
| "name": "iToastSC", |
| "version": "0.0.2", |
| "summary": "An Objective-C iOS way to display non intrusive messages to the user like in Android.", |
| "homepage": "https://github.com/sandroconforto/toast-notifications-ios", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE.txt" |
| }, |
| "authors": "DIALLO Mamadou Bobo", |
| "source": { |
| "git": "https://github.com/sandroconforto/toast-notifications-ios.git", |
| "tag": "0.0.2" |
| }, |
| "source_files": "*.{h,m}", |
| "platforms": { |
| "ios": null |
| }, |
| "frameworks": "QuartzCore", |
| "requires_arc": true |
| } |