[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / 3 / 7 / FMAlertController / 1.0.1 / FMAlertController.podspec.json
blob7e5954f22495124756c6cf516c87d0d89ff3a194
2   "name": "FMAlertController",
3   "version": "1.0.1",
4   "summary": "An alternative to UIAlertController with amazing amiations - Swift",
5   "description": "FMAlertController is another alternative of UIAlertController, some people would say UIAlertController already exists! but my reason to create this alert because UIAlertController still having bugs to change the tint color of the whole app at some point.<br/>\nThe Alert is fully optimzed to handle long entred text for title and message, and a completion block for each button pressed with different amazing kinds of animations.",
6   "homepage": "https://github.com/AaoIi/FMAlertController",
7   "screenshots": "https://github.com/AaoIi/FMAlertController/blob/master/demo1.gif?raw=true",
8   "license": "MIT",
9   "authors": "Saad Albasha",
10   "platforms": {
11     "ios": "8.0"
12   },
13   "swift_versions": "5.0",
14   "source": {
15     "git": "https://github.com/AaoIi/FMAlertController.git",
16     "tag": "1.0.1"
17   },
18   "source_files": [
19     "FMAlertController/**/*.swift",
20     "FMAlertController/**/*.h"
21   ],
22   "ios": {
23     "resource_bundles": {
24       "FMAlertController": [
25         "FMAlertController/**/*.xib"
26       ]
27     }
28   },
29   "swift_version": "5.0"