| { |
| "name": "SYEmailHelper", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "version": "2.0", |
| "license": "Custom", |
| "summary": "Easily detect installed email clients and allow the user to choose one when sending an email", |
| "homepage": "https://github.com/dvkch/SYEmailHelper", |
| "authors": { |
| "Stan Chevallier": "contact@stanislaschevallier.fr" |
| }, |
| "source": { |
| "git": "https://github.com/dvkch/SYEmailHelper.git", |
| "tag": "2.0" |
| }, |
| "source_files": "SYEmailHelper/*.swift", |
| "requires_arc": true, |
| "xcconfig": { |
| "CLANG_MODULES_AUTOLINK": "YES" |
| }, |
| "module_name": "SYEmailHelper", |
| "swift_version": "4.2" |
| } |