| { |
| "name": "ESLoLWrapper", |
| "version": "0.0.1", |
| "summary": "A swift wrapper for the League of Legends API.", |
| "homepage": "https://github.com/EthanSchatz/ESLoLWrapper", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Ethan Schatzline": "ethan@ethanschatzline.me" |
| }, |
| "social_media_url": "http://twitter.com/_easy_e", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source": { |
| "git": "https://github.com/EthanSchatz/ESLoLWrapper.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": "ESLoLWrapper/**/*.{h,swift}", |
| "pushed_with_swift_version": "3.0" |
| } |