[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 2 / d / 0 / YPNavigationBarTransition / 2.2.2 / YPNavigationBarTransition.podspec.json
blob8b1436ce714284c6f5df3603b4bfa2f6a594dd47
2   "name": "YPNavigationBarTransition",
3   "version": "2.2.2",
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.2.2"
25   },
26   "source_files": "YPNavigationBarTransition/**/*.{h,m}",
27   "public_header_files": "YPNavigationBarTransition/*.h",
28   "private_header_files": "YPNavigationBarTransition/internal/*.h",
29   "frameworks": [
30     "UIKit",
31     "Foundation"
32   ],
33   "requires_arc": true