[Add] AlibabacloudSlb20140515 1.0.5
[CocoaPods.git] / Specs / d / 9 / b / SCNavigationController / 1.0.1 / SCNavigationController.podspec.json
blob902ae40c1abcbdfbd1f8a29d43756e2e1da56861
2   "name": "SCNavigationController",
3   "version": "1.0.1",
4   "platforms": {
5     "ios": "5.0"
6   },
7   "summary": "SCNavigationController is an UINavigationController like container view controller built to provide and expose more features and control",
8   "description": "                  SCNavigationController is an UINavigationController like container view controller and was built to provide and expose more features and control.\n                  It is especially helpful in customizing the push/pop animations through layouters and custom timing functions, and to know when those animations are finished through completion blocks.\n",
9   "homepage": "https://github.com/stefanceriu/SCNavigationController",
10   "authors": {
11     "Stefan Ceriu": "stefan.ceriu@yahoo.com"
12   },
13   "social_media_url": "https://twitter.com/stefanceriu",
14   "source": {
15     "git": "https://github.com/stefanceriu/SCNavigationController.git",
16     "tag": "v1.0.1"
17   },
18   "license": {
19     "type": "MIT License",
20     "file": "LICENSE"
21   },
22   "source_files": "SCNavigationController/*",
23   "requires_arc": true,
24   "frameworks": [
25     "UIKit",
26     "QuartzCore",
27     "CoreGraphics",
28     "Foundation"
29   ],
30   "dependencies": {
31     "SCStackViewController": [
32       "~> 3.1"
33     ]
34   }