[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / e / 8 / 0 / WistiaKit / 0.1.2 / WistiaKit.podspec.json
blob7b824bf0fd04ce126a8d441f9ae24df1942672e3
2   "name": "WistiaKit",
3   "version": "0.1.2",
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.\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.",
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.1.2"
14   },
15   "social_media_url": "https://twitter.com/wistia",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resources": "Pod/Assets/**/*.xcassets",
22   "frameworks": [
23     "AdSupport",
24     "AVFoundation",
25     "AVKit",
26     "CoreMotion",
27     "Foundation",
28     "SceneKit",
29     "SpriteKit",
30     "UIKit"
31   ],
32   "dependencies": {
33     "Alamofire": [
34       "~> 3.3"
35     ],
36     "AlamofireImage": [
37       "~> 2.4"
38     ]
39   }