| { | |
| "name": "Reni", | |
| "version": "0.0.1", | |
| "summary": "A nice logger tool in Swift.", | |
| "description": "A nice logger tool in Swift. Cheers", | |
| "homepage": "https://www.renishaw.com/", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "Keerti Bhatnagar": "keerti.Bhatnagar@renishaw.com" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "ios": { | |
| "vendored_frameworks": "RenishawFramework.framework" | |
| }, | |
| "source": { | |
| "git": "https://github.com/keertiReni/reni.git" | |
| }, | |
| "exclude_files": "Classes/Exclude" | |
| } |