[Add] jooohhn-Amplitude 9.3.3
[CocoaPods.git] / Specs / 0 / b / 1 / Presentr / 1.0.3 / Presentr.podspec.json
blobdcfb6dadcdf1e445255a71b8592fbfba8763f47d
2   "name": "Presentr",
3   "version": "1.0.3",
4   "summary": "A simple Swift wrapper for typical custom view controller presentations.",
5   "description": "A micro framework created in Swift. 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": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/icalialabs/Presentr.git",
20     "tag": "1.0.3"
21   },
22   "source_files": "Presentr/**/*.{swift}",
23   "resources": "Presentr/**/*.{xib,ttf}",
24   "pushed_with_swift_version": "3.0"