[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / b / 2 / 7 / DZAOldStyleNavigationControllerAnimatedTransition / 1.0.1 / DZAOldStyleNavigationControllerAnimatedTransition.podspec.json
blobee83fa72f83b7974633037f30bc993fe5730ff3e
2   "name": "DZAOldStyleNavigationControllerAnimatedTransition",
3   "version": "1.0.1",
4   "summary": "Old style push and pop animation in which the two views scrolls together",
5   "description": "This class implements the UIViewControllerAnimatedTransitioning protocol and it lets you use the old style push and pop animation (before iOS7) in which the two views scrolls together. Useful for UINavigationController with a transparent background in which the views overlaps with the iOS7 animation style.",
6   "homepage": "https://github.com/Dzamir/DZAOldStyleNavigationControllerAnimatedTransition",
7   "license": "MIT",
8   "authors": {
9     "Davide Di Stefano": "dzamirro@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/Dzamir/DZAOldStyleNavigationControllerAnimatedTransition.git",
13     "tag": "1.0.1"
14   },
15   "social_media_url": "https://twitter.com/dzamir",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "DZAOldStyleNavigationControllerAnimatedTransition/**/*"