blob: 7c76dd67021fb347682b3089754226572eb84cda [file] [log] [blame]
{
"name": "PDMovieKit",
"version": "1.0.3",
"summary": "A simple iOS and tvOS library that provides access to hundreds of free public domain movies.",
"homepage": "https://github.com/p-morris/PDMovieKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pete Morris": "pete@iosfaststart.com"
},
"social_media_url": "https://stackoverflow.com/users/10246061/pete-morris",
"swift_version": "4.2",
"platforms": {
"ios": "10.0",
"tvos": "10.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/p-morris/PDMovieKit.git",
"tag": "1.0.3",
"submodules": true
},
"source_files": "PDMovieKit/*.swift",
"resources": "PDMovieKit/categories.json",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"requires_app_host": false,
"source_files": "PDMovieKitTests/**/*.swift"
}
]
}