[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / a / 5 / 4 / CWStackController / 0.0.2 / CWStackController.podspec.json
blobf497e63004648b154e8ae78fc5956618957941bb
2   "name": "CWStackController",
3   "version": "0.0.2",
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.2"
17   },
18   "source_files": "CWStackController/*.{h,m}",
19   "frameworks": [
20     "Foundation",
21     "UIKit"
22   ]