[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 2 / 3 / FFGlobalAlertController / 1.0.0 / FFGlobalAlertController.podspec.json
blobaac65468b8c2e121e72463f68566b36f224e6821
2   "name": "FFGlobalAlertController",
3   "version": "1.0.0",
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.0"
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"