[Add] jooohhn-Amplitude 9.3.3
[CocoaPods.git] / Specs / 0 / b / 1 / Presentr / 1.2.1 / Presentr.podspec.json
blobffae51dfda24329e3ee1c293dee90a8df565d93f
2   "name": "Presentr",
3   "version": "1.2.1",
4   "summary": "A simple Swift wrapper for custom view controller presentations.",
5   "description": "Simplifies creating custom view controller presentations. Specially the typical ones we use which are a popup, an alert, or a any non-full-screen modal. Abstracts having to deal with custom presentation controllers and transitioning delegates",
6   "homepage": "http://github.com/icalialabs/Presentr",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Daniel Lozano": "dan@danielozano.com"
13   },
14   "social_media_url": "http://twitter.com/danlozanov",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/icalialabs/Presentr.git",
20     "tag": "1.2.1"
21   },
22   "source_files": "Presentr/**/*.{swift}",
23   "resources": "Presentr/**/*.{xib,ttf}",
24   "pushed_with_swift_version": "3.0"