[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / 2 / d / 0 / YPNavigationBarTransition / 2.0.0 / YPNavigationBarTransition.podspec.json
blob44d399b6d7b25e6d5139d2dfa0653f13a7e1029f
2   "name": "YPNavigationBarTransition",
3   "version": "2.0.0",
4   "summary": "A Fully functional UINavigationBar framework for making bar transition more natural!",
5   "description": "A Fully functional UINavigationBar framework for making bar transition more natural! You don't need to call any UINavigationBar api, implementing YPNavigationBarConfigureStyle protocol for your view controller instead.",
6   "homepage": "http://github.com/yiplee/YPNavigationBarTransition",
7   "screenshots": [
8     "https://raw.githubusercontent.com/yiplee/YPNavigationBarTransition/master/screenshots/gif-01.gif",
9     "https://raw.githubusercontent.com/yiplee/YPNavigationBarTransition/master/screenshots/gif-02.gif"
10   ],
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "yiplee": "guoyinl@gmail.com"
17   },
18   "social_media_url": "https://twitter.com/yipleeyin",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source": {
23     "git": "https://github.com/yiplee/YPNavigationBarTransition.git",
24     "tag": "2.0.0"
25   },
26   "source_files": "YPNavigationBarTransition/**/*.{h,m}",
27   "private_header_files": "YPNavigationBarTransition/internal/*.h",
28   "frameworks": [
29     "UIKit",
30     "Foundation"
31   ],
32   "requires_arc": true