[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 0 / 6 / EHPlainAlert / 1.0 / EHPlainAlert.podspec.json
blob01ce8f0b282bb1f670ef62a216933a501cdb0370
2   "name": "EHPlainAlert",
3   "version": "1.0",
4   "summary": "Simple plain-style system-wide notifications",
5   "description": "This is simple extension for presenting multiple plain-style system-wide alertviews 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": "1.0"
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   }