[Add] ZJSDK 2.5.8.10
[CocoaPods.git] / Specs / 2 / 5 / 7 / AppManager / 0.1.1 / AppManager.podspec.json
blob9e0879656dedb084fdaf3baea20a8520b00be9f2
2   "name": "AppManager",
3   "version": "0.1.1",
4   "summary": "App manager for iOS app development.",
5   "swift_versions": [
6     "5.0",
7     "5.0"
8   ],
9   "description": "Some useful code collection for speeding up app development.",
10   "homepage": "https://github.com/xinus/AppManager",
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Xinus": "xinus.wang@gmail.com"
17   },
18   "source": {
19     "git": "https://github.com/xinus/AppManager.git",
20     "tag": "0.1.1"
21   },
22   "platforms": {
23     "ios": "8.0"
24   },
25   "source_files": "AppManager/Sources/**/*",
26   "frameworks": "UIKit",
27   "dependencies": {
28     "CryptoSwift": [
29       "~> 1.0.0"
30     ],
31     "KeychainSwift": [
32       "~> 16.0.1"
33     ],
34     "Moya/RxSwift": [
35       "~> 13.0.1"
36     ],
37     "URLNavigator": [
38       "~> 2.2.0"
39     ],
40     "Swinject": [
41       "~> 2.7.0"
42     ],
43     "SwifterSwift": [
44       "~> 5.0.0"
45     ],
46     "RxCocoa": [
47       "~> 4.5.0"
48     ],
49     "MonkeyKing": [
50       "~> 1.15.0"
51     ],
52     "CocoaLumberjack/Swift": [
53       "~> 3.5.3"
54     ]
55   },
56   "swift_version": "5.0"