blob: fb58e756f9e010b8c3daa3cf9715b37f8ae4c5e2 [file] [log] [blame]
{
"name": "SiFUtilities",
"version": "4.6.2",
"summary": "A set of utilities for your app.",
"swift_versions": [
"4.0",
"4.2",
"5.0",
"5.1",
"5.2"
],
"description": "- Get instance view controller from Storyboard shortly\n- Handle viewcontroller did finished layout at first time\n- Configure status bar quickly\n- More extensions",
"homepage": "https://github.com/congncif/SiFUtilities",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"NGUYEN CHI CONG": "congnc.if@gmail.com"
},
"source": {
"git": "https://github.com/congncif/SiFUtilities.git",
"tag": "4.6.2"
},
"social_media_url": "https://twitter.com/congncif",
"platforms": {
"ios": "8.2"
},
"frameworks": [
"UIKit",
"Foundation",
"AVFoundation",
"CoreData"
],
"default_subspecs": "Default",
"subspecs": [
{
"name": "Core",
"source_files": "Core/**/*"
},
{
"name": "Endpoint",
"source_files": "Endpoint/**/*"
},
{
"name": "Helpers",
"source_files": "Helpers/**/*"
},
{
"name": "IBDesignable",
"source_files": "IBDesignable/**/*",
"dependencies": {
"SiFUtilities/Core": [
]
}
},
{
"name": "KeyValue",
"source_files": "KeyValue/**/*"
},
{
"name": "Loading",
"source_files": "Loading/**/*"
},
{
"name": "Localize",
"source_files": "Localize/**/*.swift",
"preserve_paths": "Localize/localizable2appstrings",
"dependencies": {
"SiFUtilities/Core": [
],
"SiFUtilities/Runtime": [
],
"Localize-Swift": [
]
}
},
{
"name": "CommandLineTool",
"preserve_paths": "CommandLineTool/localizable2appstrings"
},
{
"name": "Nib",
"source_files": "Nib/**/*",
"dependencies": {
"SiFUtilities/Core": [
]
}
},
{
"name": "Runtime",
"source_files": "Runtime/**/*"
},
{
"name": "Show",
"source_files": "Show/**/*",
"dependencies": {
"SiFUtilities/Core": [
],
"SiFUtilities/Localize": [
]
}
},
{
"name": "WeakObject",
"source_files": "WeakObject/**/*"
},
{
"name": "Default",
"dependencies": {
"SiFUtilities/Core": [
],
"SiFUtilities/Endpoint": [
],
"SiFUtilities/Helpers": [
],
"SiFUtilities/IBDesignable": [
],
"SiFUtilities/KeyValue": [
],
"SiFUtilities/Loading": [
],
"SiFUtilities/Localize": [
],
"SiFUtilities/Nib": [
],
"SiFUtilities/Runtime": [
],
"SiFUtilities/Show": [
],
"SiFUtilities/WeakObject": [
]
}
}
],
"swift_version": "5.2"
}