[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 9 / 0 / 6 / EHPlainAlert / 0.2.2 / EHPlainAlert.podspec.json
blobc136ce2a6ee04c9070777e4d855b7cf5a9d7ecb7
2   "name": "EHPlainAlert",
3   "version": "0.2.2",
4   "summary": "Simple plain-style system-wide notifications",
5   "description": "This is simple extension for presenting multiple plain-style system-wide notifications(alerts) from bottom of device screen.",
6   "homepage": "https://github.com/josshad/EHPlainAlert/",
7   "license": "MIT",
8   "authors": {
9     "Danila Gusev": "jos.shad@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/josshad/EHPlainAlert.git",
13     "tag": "0.2.2"
14   },
15   "platforms": {
16     "ios": "7.1"
17   },
18   "requires_arc": true,
19   "source_files": "EHPlainAlert/*",
20   "public_header_files": "EHPlainAlert/*.h",
21   "resource_bundles": {
22     "EHPlainAlert": [
23       "EHPlainAlert/icons/*.png"
24     ]
25   }