[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / a / 5 / 4 / CWStackController / 0.0.1 / CWStackController.podspec.json
blob524cb4a3f3f83a7c237663b7a9d2bbaada1d7985
2   "name": "CWStackController",
3   "version": "0.0.1",
4   "summary": "A UINavigationController like custom container view controller which provides fullscreen pan gesture support to POP and PUSH.",
5   "homepage": "https://github.com/guojiubo/CWStackController",
6   "license": "MIT",
7   "authors": {
8     "guojiubo": "guojiubo@gmail.com"
9   },
10   "platforms": {
11     "ios": "5.0"
12   },
13   "requires_arc": true,
14   "source": {
15     "git": "https://github.com/guojiubo/CWStackController.git",
16     "tag": "0.0.1"
17   },
18   "source_files": "CWStackController/*.{h,m}",
19   "frameworks": [
20     "Foundation",
21     "UIKit"
22   ]