blob: 87f252c7dd09857d3f26e4b38ba99d2b2fb9f77c [file] [log] [blame]
{
"name": "FrameOk",
"version": "1.0.0",
"summary": "FrameOk is a set of MobileUp tools that is used in developing mobile applications for the iOS platform",
"description": "It also includes Mutal, a useful debugging utility that can simulate network errors, autocomplete form fields, view logs, change the backend environment, and run custom debug scripts.",
"homepage": "https://github.com/MobileUpLLC/FrameOk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dmitry Smirnov, MobileUp": "ds@mobileup.ru",
"Maxim Aliev, MobileUp": "ma@mobileup.ru",
"Ilia Biltuev, MobileUp": "ib@mobileup.ru",
"Nikolai Timonin, MobileUp": "nt@mobileup.ru",
"Pavel Petrovich, MobileUp": "pp@mobileup.ru"
},
"platforms": {
"ios": "10.0"
},
"ios": {
"frameworks": "UIKit"
},
"swift_versions": [
"4.2",
"5"
],
"source": {
"git": "https://github.com/MobileUpLLC/FrameOK.git",
"tag": "1.0.0"
},
"source_files": [
"Source/",
"Source/**/*.{swift}"
],
"resources": [
"Source/Support",
"Source/Support/**/*.*"
],
"module_name": "FrameOk",
"dependencies": {
"Alamofire": [
"~> 4.9"
],
"AlamofireNetworkActivityIndicator": [
],
"AlamofireNetworkActivityLogger": [
],
"Kingfisher": [
],
"PhoneNumberKit": [
],
"XCGLogger": [
],
"GCDWebServer": [
"~> 3.0"
],
"SkeletonView": [
],
"SwiftEntryKit": [
],
"InputMask": [
"~> 4.3.0"
]
},
"swift_version": "5"
}