[Add] AlibabacloudMarket20151101 1.1.0
[CocoaPods.git] / Specs / e / 5 / c / SGVideoBackdrop / 0.1.0 / SGVideoBackdrop.podspec.json
bloba624583141e07bfd79dff764ca890dc7e6737a95
2   "name": "SGVideoBackdrop",
3   "version": "0.1.0",
4   "summary": "A video backdrop for your view controller + UIVisualEffectView",
5   "description": "                       Set any local or remote video (that AVPlayer accepts) as a blurred out backdrop to your view controller.\n",
6   "homepage": "https://github.com/sdgandhi/SGVideoBackdrop",
7   "license": "MIT",
8   "authors": {
9     "Sidhant Gandhi": "sidhant.gandhi@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/sdgandhi/SGVideoBackdrop.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/sidhantgandhi",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "public_header_files": "Pod/Classes/**/*.h",
22   "frameworks": [
23     "UIKit",
24     "AVFoundation"
25   ],
26   "dependencies": {
27     "SDWebImage": [
28       "~> 3.0"
29     ],
30     "FLAnimatedImage": [
31       "~> 1.0"
32     ]
33   }