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