[Add] AlibabacloudEais20190624 1.0.2
[CocoaPods.git] / Specs / f / 2 / 3 / FFGlobalAlertController / 1.0.2 / FFGlobalAlertController.podspec.json
blobea17408642b2053c88c8d5460b50d1ed219f28e7
2   "name": "FFGlobalAlertController",
3   "version": "1.0.2",
4   "summary": "FFGlobalAlertController is a Category on UIAlertController that provides global show method in a second UIWindow.",
5   "description": "                       Provides a Show method that creates a UIWindow with a transparent UIViewController and presents the UIAlertController on it.\n                       Useful for something like networking code that needs to show an Alert but has no idea what the current view controllers on screen.\n",
6   "homepage": "https://github.com/agilityvision/FFGlobalAlertController",
7   "license": "MIT",
8   "authors": {
9     "Eric Larson": "eric@agilityvision.com"
10   },
11   "source": {
12     "git": "https://github.com/agilityvision/FFGlobalAlertController.git",
13     "tag": "1.0.2"
14   },
15   "social_media_url": "https://twitter.com/agilityvision",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "resource_bundles": {
22     "FFGlobalAlertController": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "frameworks": "UIKit"