[Add] AlibabacloudVpc20160428 5.5.0
[CocoaPods.git] / Specs / c / 0 / 1 / AppNavigator / 0.1.5 / AppNavigator.podspec.json
blob3942d2cd2b26d4b7e664243581635804bab1d29d
2   "name": "AppNavigator",
3   "version": "0.1.5",
4   "summary": "App navigator or router",
5   "description": "AppNavigator is a page navigator/router in iOS App",
6   "homepage": "https://gitlab.com/hrx00747/appnavigator",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "hrx00747": "hrx00747@gmail.com"
13   },
14   "source": {
15     "git": "https://gitlab.com/hrx00747/appnavigator.git",
16     "tag": "0.1.5"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "AppNavigator/Classes/**/*",
22   "resources": [
23     "AppNavigator/Resources/**/*"
24   ],
25   "frameworks": [
26     "UIKit",
27     "Foundation"
28   ],
29   "dependencies": {
30     "Masonry": [
31       "1.1.0"
32     ],
33     "WebViewJavascriptBridge": [
34       "6.0"
35     ]
36   }