blob: 0b508a9078a1ac6e1d4e2977a6a3e2879bf12c7b [file] [log] [blame]
{
"name": "SiFUtilities",
"version": "4.0.0",
"summary": "A set of utilities for your app.",
"swift_version": "4.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.0.0"
},
"social_media_url": "https://twitter.com/congncif",
"platforms": {
"ios": "8.0"
},
"frameworks": [
"UIKit",
"Foundation",
"AVFoundation",
"CoreData"
],
"default_subspecs": "Default",
"subspecs": [
{
"name": "Core",
"source_files": "SiFUtilities/Core/**/*"
},
{
"name": "Endpoint",
"source_files": "SiFUtilities/Endpoint/**/*"
},
{
"name": "Helpers",
"source_files": "SiFUtilities/Helpers/**/*"
},
{
"name": "IBDesignable",
"source_files": "SiFUtilities/IBDesignable/**/*",
"dependencies": {
"SiFUtilities/Core": [
]
}
},
{
"name": "KeyValue",
"source_files": "SiFUtilities/KeyValue/**/*"
},
{
"name": "Loading",
"source_files": "SiFUtilities/Loading/**/*"
},
{
"name": "Localize",
"source_files": "SiFUtilities/Localize/**/*.swift"
},
{
"name": "Nib",
"source_files": "SiFUtilities/Nib/**/*",
"dependencies": {
"SiFUtilities/Core": [
]
}
},
{
"name": "Runtime",
"source_files": "SiFUtilities/Runtime/**/*"
},
{
"name": "Show",
"source_files": "SiFUtilities/Show/**/*",
"dependencies": {
"SiFUtilities/Core": [
],
"SiFUtilities/Localize": [
]
}
},
{
"name": "WeakObject",
"source_files": "SiFUtilities/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": [
]
}
}
]
}