blob: 54ea9b256299567c7e65b08792ede334ce44d7fe [file] [log] [blame]
{
"name": "themoviedb-wrapper-spec",
"version": "1.0.1",
"summary": "This wrapper is written to make the use to TheMovieDB API simple. Codable models are already written in this library.",
"homepage": "https://github.com/azeemse/themoviedb-wrapper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Azeem Akram": "azeem11198@hotmail.com"
},
"platforms": {
"ios": "12.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/azeemse/themoviedb-wrapper.git",
"tag": "1.0.1"
},
"source_files": [
"themoviedb-wrapper",
"themoviedb-wrapper/**/*.{swift}"
],
"exclude_files": "Classes/Exclude",
"swift_version": "4.2"
}