[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / c / a / 7 / EKBlurAlert / 1.1.0 / EKBlurAlert.podspec.json
blob628bbb2da4be2824fe1a1e3aa50651b152684507
2   "name": "EKBlurAlert",
3   "platforms": {
4     "ios": "10.0"
5   },
6   "summary": "EKBlurAlert swift 4 framework for Blured Alert View with auto hiding.",
7   "requires_arc": true,
8   "version": "1.1.0",
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE"
12   },
13   "authors": {
14     "Emil Karimov": "emvakar@gmail.com"
15   },
16   "homepage": "https://github.com/emvakar/EKBlurAlert.git",
17   "source": {
18     "git": "https://github.com/emvakar/EKBlurAlert.git",
19     "tag": "1.1.0"
20   },
21   "frameworks": "UIKit",
22   "dependencies": {
23     "SnapKit": [
24       "4.2.0"
25     ]
26   },
27   "source_files": "EKBlurAlert/**/*.{swift}",
28   "resources": "EKBlurAlert/**/*.{png,jpeg,jpg,storyboard,xib}",
29   "resource_bundles": {
30     "EKBlurAlertAssets": [
31       "EKBlurAlert/**/*.xcassets"
32     ]
33   }