[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 8 / b / PDMovieKit / 1.0.6 / PDMovieKit.podspec.json
blobb1747db37fc5d984f642131a359cc7df83a590d6
2   "name": "PDMovieKit",
3   "version": "1.0.6",
4   "summary": "A simple iOS and tvOS library that provides access to hundreds of free public domain movies.",
5   "homepage": "https://github.com/p-morris/PDMovieKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Pete Morris": "pete@iosfaststart.com"
12   },
13   "social_media_url": "https://stackoverflow.com/users/10246061/pete-morris",
14   "swift_version": "4.2",
15   "platforms": {
16     "ios": "10.0",
17     "tvos": "10.0"
18   },
19   "requires_arc": true,
20   "source": {
21     "git": "https://github.com/p-morris/PDMovieKit.git",
22     "tag": "1.0.6",
23     "submodules": true
24   },
25   "source_files": "PDMovieKit/*.swift",
26   "resources": "PDMovieKit/categories.json",
27   "testspecs": [
28     {
29       "name": "Tests",
30       "test_type": "unit",
31       "requires_app_host": false,
32       "source_files": "PDMovieKitTests/**/*.swift"
33     }
34   ]