[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 9 / d / c / Flat-Alert / 1.0.0 / Flat-Alert.podspec.json
blob5f279853bedea4dbd4c2d4f5b296f974045ce8d3
2   "name": "Flat-Alert",
3   "version": "1.0.0",
4   "summary": "A simple, lightweight, flat alternative to UIAlertController written in Swift for iOS",
5   "description": "Flat Alert is an iOS drop-in framework that displays a modern, flat style\nalert with a number of avalibale options to customise the appearance.  \nFlat Alert is meant as a replacement for the undocumented, private UIKit UIAlertController.",
6   "homepage": "https://github.com/jesster2k10/Flat-Alert",
7   "screenshots": [
8     "http://i.imgur.com/2K3Muml.png",
9     "http://i.imgur.com/4QSDh0P.png",
10     "http://i.imgur.com/LUR8Vec.png"
11   ],
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE.md"
15   },
16   "authors": {
17     "Jesse Onolememen": "jesse.ono105@gmail.com"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source": {
23     "git": "https://github.com/jesster2k10/Flat-Alert.git",
24     "tag": "1.0.0"
25   },
26   "source_files": [
27     "FlatAlert/Library/*.swift",
28     "FlatAlert/*.h"
29   ],
30   "resources": [
31     "FlatAlert/*.plist",
32     "FlatAlert/Library/*.xib"
33   ],
34   "pushed_with_swift_version": "3.0"