| { |
| "name": "SafeNest", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "swift_version": "4.2", |
| "summary": "Safe nest for all the swifties.", |
| "requires_arc": true, |
| "version": "1.0.0", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Hai Pham": "swiften.svc@gmail.com" |
| }, |
| "homepage": "https://github.com/protoman92/SafeNest.git", |
| "source": { |
| "git": "https://github.com/protoman92/SafeNest.git", |
| "tag": "1.0.0" |
| }, |
| "dependencies": { |
| "SwiftFP/Main": [ |
| |
| ] |
| }, |
| "subspecs": [ |
| { |
| "name": "Main", |
| "source_files": "SafeNest/**/*.{swift}" |
| } |
| ] |
| } |