[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / 2 / 5 / BBTransitionManager / 0.3 / BBTransitionManager.podspec.json
blobef66b87b3bd9f831bb3b16e5e9887881a3879869
2   "name": "BBTransitionManager",
3   "version": "0.3",
4   "summary": "A simple wrapper around the UIPresentionController API. Just subclass and go",
5   "homepage": "https://github.com/BenjaminBriggs/BBTransitionManager",
6   "screenshots": "https://raw.githubusercontent.com/BenjaminBriggs/BBTransitionManager/master/Demo.gif",
7   "license": "Apache License, Version 2.0",
8   "authors": {
9     "Benjamin Briggs": "ben.briggs@me.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/BenjaminBriggs/BBTransitionManager.git",
16     "branch": "master",
17     "tag": "0.3"
18   },
19   "source_files": [
20     "BBTransitionManager/BBTransitionManager.swift",
21     "BBTransitionManager/BBModalInsetTransition.swift"
22   ]