[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / 5 / c / AFBlurSegue / 1.0 / AFBlurSegue.podspec.json
blob24c78c3fa0ade3a6416735d1e17db0962d0b2e23
2   "version": "1.0",
3   "platforms": {
4     "ios": null
5   },
6   "authors": {
7     "Alvaro Franco": "alvarofrancoayala@gmail.com"
8   },
9   "source": {
10     "git": "https://github.com/AlvaroFranco/AFBlurSegue.git",
11     "tag": "v1.0"
12   },
13   "source_files": "Classes/*.{h,m}",
14   "requires_arc": true,
15   "name": "AFBlurSegue",
16   "homepage": "https://github.com/AlvaroFranco/AFBlurSegue",
17   "description": "AFBlurSegue is a UIStoryboardSegue custom implementation that will blur the background of your modal view controller automatically. Also, it uses the UIImage+ImageEffects class provided by Apple instead of the UIToolbar hack.",
18   "license": {
19     "type": "MIT",
20     "file": "LICENSE"
21   },
22   "screenshots": "https://camo.githubusercontent.com/68c4decb44114d5314d58a356f01c93a18399fc4/68747470733a2f2f7261772e6769746875622e636f6d2f416c7661726f4672616e636f2f4146426c757253656775652f6d61737465722f696d672f707265766965772e676966",
23   "summary": "Custom UIStoryboardSegue implementation for blurring the background of a modal view controller."