[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / f / d / SLNavigationController / 1.0.1 / SLNavigationController.podspec.json
blobdd8a8a554a87edacf66f026667663290ee696fd9
2   "name": "SLNavigationController",
3   "version": "1.0.1",
4   "summary": "A custom NavigationController in iOS.",
5   "description": "A custom NavigationController for iOS",
6   "homepage": "https://github.com/supreme0530/SLNavigationController",
7   "license": "MIT",
8   "authors": {
9     "supreme0530": "liangyz@adnonstop.com"
10   },
11   "source": {
12     "git": "https://github.com/supreme0530/SLNavigationController.git",
13     "tag": "1.0.1"
14   },
15   "source_files": [
16     "SLNavigationController",
17     "Classes/*/**/*.{h,m}"
18   ],
19   "frameworks": [
20     "UIKit",
21     "Foundation",
22     "CoreGraphics"
23   ],
24   "requires_arc": true,
25   "dependencies": {
26     "Masonry": [
27       "~> 1.0.1"
28     ],
29     "SDWebImage": [
30       "~> 3.8.1"
31     ]
32   },
33   "platforms": {
34     "ios": "7.1"
35   }