| { |
| "name": "MovieiOSDB", |
| "version": "1.0.0", |
| "summary": "Library to connect https://developers.themoviedb.org", |
| "description": "Library to connect themoviedb.org and create a library to used in other proyect to test architectures", |
| "homepage": "https://github.com/diazavilasebastian/MovieiOSDB", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "sebastian": "diazavilasebastian@gmail.com" |
| }, |
| "platforms": { |
| "ios": "9.3" |
| }, |
| "source": { |
| "git": "https://github.com/diazavilasebastian/MovieiOSDB.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": [ |
| "MovieiOSDB", |
| "MovieiOSDB/**/*.{swift}" |
| ], |
| "requires_arc": true, |
| "swift_versions": "4.2", |
| "swift_version": "4.2" |
| } |