blob: 4b5cbff6d637ac6800d25e21947d6f3fbbb0be0e [file] [log] [blame]
{
"name": "TMDBKit",
"version": "0.0.1",
"summary": "The Movie Database API wrapper in Swift.",
"description": "The Movie Database API wrapper in Swift.\nSee the Github page for usage and other info.",
"homepage": "https://github.com/SR2k/TMDBKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Siyuan Cao": "seeran@outlook.com"
},
"platforms": {
"ios": "10.0",
"osx": "10.12",
"watchos": "3.0",
"tvos": "10.0"
},
"source": {
"git": "https://github.com/SR2k/TMDBKit.git",
"tag": "0.0.1"
},
"source_files": [
"Common/**/*.swift"
],
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"dependencies": {
"SwiftyJSON": [
]
},
"pushed_with_swift_version": "4.0"
}