[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 8 / 6 / 3 / SSNavigationController / 1.0.0 / SSNavigationController.podspec.json
blob22c24d108e59c235f2890e7ab3fb35b9c57772a6
2   "name": "SSNavigationController",
3   "version": "1.0.0",
4   "summary": "a simple navigationController framework for pan-to-the-right pop action",
5   "description": "This is a simple and light-weight framework for pan-to-right popViewController.\nCopy the files under folder 'Source' to your project and inherit your navigationController like this:\n@interface yourNavigationController : SSNavigationController",
6   "homepage": "https://github.com/suruihai/SSNavigationController",
7   "license": "MIT",
8   "authors": {
9     "suruihai": "191676345@qq.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/suruihai/SSNavigationController.git",
16     "tag": "1.0.0"
17   },
18   "source_files": "Source/*.{h,m}",
19   "requires_arc": true