[Add] FaceSDKNightly 6.4.2326
[CocoaPods.git] / Specs / c / 0 / 1 / AppNavigator / 0.1.1 / AppNavigator.podspec.json
blob04751aebba43f9da5e32b5c07e34d8a3c37633da
2   "name": "AppNavigator",
3   "version": "0.1.1",
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.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "AppNavigator/Classes/**/*",
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ],
26   "dependencies": {
27     "Masonry": [
28       "1.0.1"
29     ]
30   }