blob: bcc3cf3911a4747a86dac4032600e523ade86224 [file] [log] [blame]
{
"name": "TMDB",
"version": "1.0.2",
"summary": "Swift library for TheMovieDB",
"description": "A fully-complete wrapper for themoviedb.org v3 API",
"homepage": "https://github.com/okankocyigit/TMDB.git",
"license": "MIT",
"authors": {
"Okan Koçyiğit": "hasanokan@gmail.com"
},
"source": {
"git": "https://github.com/okankocyigit/TMDB.git",
"tag": "1.0.2"
},
"source_files": "TMDB/**/*.swift",
"swift_versions": "5.0",
"platforms": {
"ios": "9.0",
"osx": "10.10"
},
"swift_version": "5.0"
}