[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / e / 8 / 0 / WistiaKit / 0.3.0 / WistiaKit.podspec.json
blobdb4a0a6ccfb48e2645f69dd5a3a22ff10e2f3ce7
2   "name": "WistiaKit",
3   "version": "0.3.0",
4   "summary": "Access and playback all of your Wistia media",
5   "description": "Wistia is a great web video host.  But why shackle ourselves to the world wide web?\n\nWith WistiaKit you can easily access and play back all of your Wistia hosted content natively on iOS and tvOS.\n\nWe've built for you a beautiful high level view controller (like AVPlayerViewController) sitting atop a powerful lower level player (like AVPlayer) providing all of the power of Wistia on iOS and tvOS.",
6   "homepage": "https://github.com/wistia/WistiaKit",
7   "license": "MIT",
8   "authors": {
9     "spinosa": "spinosa@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/wistia/WistiaKit.git",
13     "tag": "0.3.0"
14   },
15   "social_media_url": "https://twitter.com/wistia",
16   "platforms": {
17     "ios": "9.0",
18     "tvos": "9.0"
19   },
20   "requires_arc": true,
21   "ios": {
22     "source_files": "Pod/Classes/**/*",
23     "frameworks": [
24       "AdSupport",
25       "AVFoundation",
26       "AVKit",
27       "CoreMotion",
28       "Foundation",
29       "SceneKit",
30       "SpriteKit",
31       "UIKit"
32     ]
33   },
34   "tvos": {
35     "source_files": "Pod/Classes/**/*.swift",
36     "frameworks": [
37       "AdSupport",
38       "AVFoundation",
39       "AVKit",
40       "Foundation",
41       "SceneKit",
42       "SpriteKit",
43       "UIKit"
44     ]
45   },
46   "resources": "Pod/Assets/**/*.xcassets",
47   "dependencies": {
48     "Alamofire": [
49       "~> 3.3"
50     ],
51     "AlamofireImage": [
52       "~> 2.4"
53     ]
54   }