[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / b / 2 / 7 / DZAOldStyleNavigationControllerAnimatedTransition / 1.0.0 / DZAOldStyleNavigationControllerAnimatedTransition.podspec.json
blob004868443392cc8212d0c2bfaba226f38ea56353
2   "name": "DZAOldStyleNavigationControllerAnimatedTransition",
3   "version": "1.0.0",
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.0"
14   },
15   "social_media_url": "https://twitter.com/dzamir",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "DZAOldStyleNavigationControllerAnimatedTransition/**/*"