blob: 42428b71bbf7da08e2ab49a5609a20bd3090b6bf [file] [log] [blame]
{
"name": "themoviedb-wrapper-spec",
"version": "1.0.0",
"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"
},
"source": {
"git": "https://github.com/azeemse/themoviedb-wrapper.git",
"tag": "1.0.0"
},
"source_files": [
"themoviedb-wrapper",
"themoviedb-wrapper/**/*.{swift}"
],
"exclude_files": "Classes/Exclude",
"swift_version": "4.2"
}