[Add] AlibabacloudMarket20151101 1.1.0
[CocoaPods.git] / Specs / e / 8 / 0 / WistiaKit / 0.1.0 / WistiaKit.podspec.json
blob19b9251fc3440167373ae5fb611510e52b785138
2   "name": "WistiaKit",
3   "version": "0.1.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.\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.0"
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   "resource_bundles": {
22     "WistiaKit": [
23       "Pod/Assets/*.xcassets"
24     ]
25   },
26   "frameworks": [
27     "UIKit",
28     "AVKit",
29     "AVFoundation",
30     "Foundation",
31     "SceneKit",
32     "SpriteKit",
33     "CoreMotion",
34     "AdSupport"
35   ],
36   "dependencies": {
37     "Alamofire": [
38       "~> 3.3"
39     ]
40   }