[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / 8 / 0 / WistiaKit / 0.9.1 / WistiaKit.podspec.json
blobe1a2c08585a1c0a2a1295a1cd1f0c2daf7d1ad1f
2   "name": "WistiaKit",
3   "version": "0.9.1",
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.9.1"
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   }