[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 2 / 6 / 9 / JonAlert / 1.0.0 / JonAlert.podspec.json
bloba596934cdc95aeed6ba61226bd58d6fb0de28855
2   "name": "JonAlert",
3   "version": "1.0.0",
4   "summary": "A simple and elegant feedback alert like Spotify's, written in Swift",
5   "description": "JonAlert can be used to give feedbacks to the user after he/she performed some action.",
6   "homepage": "https://github.com/jonSurrey/JonAlert",
7   "screenshots": [
8     "https://raw.githubusercontent.com/jonSurrey/JonAlert/master/alert_single_message.png",
9     "https://raw.githubusercontent.com/jonSurrey/JonAlert/master/alert_success.png",
10     "https://raw.githubusercontent.com/jonSurrey/JonAlert/master/alert_error.png"
11   ],
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE"
15   },
16   "authors": {
17     "Jonathan Martins": "jon.martinsu@gamil.com"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source": {
23     "git": "https://github.com/jonSurrey/JonAlert.git",
24     "tag": "1.0.0"
25   },
26   "source_files": "JonAlert/JonAlert/**/*.{swift}",
27   "swift_version": "4.0",
28   "resources": "JonAlert/JonAlert/*.xcassets",
29   "requires_arc": true