[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / b / 1 / Presentr / 0.1.6 / Presentr.podspec.json
blob917f143eb4cde6414a31451386c0e3b2333482ed
2   "name": "Presentr",
3   "version": "0.1.6",
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": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/icalialabs/Presentr.git",
20     "tag": "0.1.6"
21   },
22   "source_files": "Presentr/**/*.{swift}",
23   "resources": "Presentr/**/*.{xib,ttf}"