blob: 9e0879656dedb084fdaf3baea20a8520b00be9f2 [file] [log] [blame]
{
"name": "AppManager",
"version": "0.1.1",
"summary": "App manager for iOS app development.",
"swift_versions": [
"5.0",
"5.0"
],
"description": "Some useful code collection for speeding up app development.",
"homepage": "https://github.com/xinus/AppManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Xinus": "xinus.wang@gmail.com"
},
"source": {
"git": "https://github.com/xinus/AppManager.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "AppManager/Sources/**/*",
"frameworks": "UIKit",
"dependencies": {
"CryptoSwift": [
"~> 1.0.0"
],
"KeychainSwift": [
"~> 16.0.1"
],
"Moya/RxSwift": [
"~> 13.0.1"
],
"URLNavigator": [
"~> 2.2.0"
],
"Swinject": [
"~> 2.7.0"
],
"SwifterSwift": [
"~> 5.0.0"
],
"RxCocoa": [
"~> 4.5.0"
],
"MonkeyKing": [
"~> 1.15.0"
],
"CocoaLumberjack/Swift": [
"~> 3.5.3"
]
},
"swift_version": "5.0"
}