[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 8 / 6 / f / TMDBKit / 0.0.1 / TMDBKit.podspec.json
blob4b5cbff6d637ac6800d25e21947d6f3fbbb0be0e
2   "name": "TMDBKit",
3   "version": "0.0.1",
4   "summary": "The Movie Database API wrapper in Swift.",
5   "description": "The Movie Database API wrapper in Swift.\nSee the Github page for usage and other info.",
6   "homepage": "https://github.com/SR2k/TMDBKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Siyuan Cao": "seeran@outlook.com"
13   },
14   "platforms": {
15     "ios": "10.0",
16     "osx": "10.12",
17     "watchos": "3.0",
18     "tvos": "10.0"
19   },
20   "source": {
21     "git": "https://github.com/SR2k/TMDBKit.git",
22     "tag": "0.0.1"
23   },
24   "source_files": [
25     "Common/**/*.swift"
26   ],
27   "requires_arc": true,
28   "pod_target_xcconfig": {
29     "SWIFT_VERSION": "4.0"
30   },
31   "dependencies": {
32     "SwiftyJSON": [
34     ]
35   },
36   "pushed_with_swift_version": "4.0"