| { |
| "name": "Start", |
| "version": "1.0", |
| "summary": "Launch handler for iOS", |
| "description": "Tool that handles different things occurring on app launch.", |
| "homepage": "https://github.com/igormatyushkin014/Start", |
| "screenshots": "https://github.com/igormatyushkin014/Start/raw/master/Images/logo_2048_2048.png", |
| "license": { |
| "type": "Apache License, Version 2.0", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Igor Matyushkin": "igormatyushkin014@gmail.com" |
| }, |
| "social_media_url": "https://twitter.com/imatyushkin1", |
| "platforms": { |
| "ios": "9.0" |
| }, |
| "source": { |
| "git": "https://github.com/igormatyushkin014/Start.git", |
| "tag": "1.0" |
| }, |
| "source_files": [ |
| "Source", |
| "Source/**/*" |
| ], |
| "swift_version": "4.0" |
| } |