[Add] WoosmapGeofencing 4.3.9-beta1
[CocoaPods.git] / Specs / e / 8 / 0 / WistiaKit / 0.30.1 / WistiaKit.podspec.json
blobd65d8d5119077e79d68152847128d1bb07f92d24
2   "name": "WistiaKit",
3   "version": "0.30.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.30.1"
14   },
15   "social_media_url": "http://twitter.com/wistia",
16   "platforms": {
17     "ios": "9.0",
18     "tvos": "10.0"
19   },
20   "requires_arc": true,
21   "dependencies": {
22     "WistiaKitCore": [
24     ],
25     "AlamofireImage": [
26       "~> 3.0"
27     ]
28   },
29   "source_files": "Pod/Classes/Playback/**/*",
30   "resources": "Pod/Assets/**/*.xcassets",
31   "tvos": {
32     "exclude_files": "Pod/Classes/**/*.{xib,nib}",
33     "frameworks": [
34       "WistiaKitCore",
35       "AdSupport",
36       "AVFoundation",
37       "AVKit",
38       "SceneKit",
39       "SpriteKit",
40       "UIKit"
41     ]
42   },
43   "ios": {
44     "frameworks": [
45       "WistiaKitCore",
46       "AdSupport",
47       "AVFoundation",
48       "AVKit",
49       "SceneKit",
50       "SpriteKit",
51       "UIKit",
52       "CoreMotion"
53     ]
54   },
55   "pushed_with_swift_version": "3.0"