| { |
| "name": "Clappr", |
| "version": "0.5.2", |
| "summary": "An extensible media player for iOS", |
| "homepage": "http://clappr.io", |
| "license": "MIT", |
| "authors": { |
| "Diego Marcon": "dm.marcon@gmail.com", |
| "Thiago Pontes": "thiagopnts@gmail.com", |
| "Gustavo Barbosa": "gustavocsb@gmail.com", |
| "Bruno Torres": "me@brunotorr.es", |
| "Fernando Pinho": "fpinho@gmail.com", |
| "UĂ©liton Freitas": "freitas.ueliton@gmail.com", |
| "Augusto Boranga": "guto.boranga@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/clappr/clappr-ios.git", |
| "tag": "0.5.2" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Clappr/Classes/**/*", |
| "resources": "Clappr/Resources/*.{xib,ttf,png,xcassets}", |
| "dependencies": { |
| "Kingfisher": [ |
| "~> 3.0" |
| ] |
| }, |
| "pushed_with_swift_version": "3.0" |
| } |