blob: 707a847f0fee4df7f90c2a42ff74478b547815cd [file] [log] [blame]
{
"name": "XCEToolbox",
"summary": "Set of helpers for writing apps faster.",
"version": "1.5.1",
"homepage": "https://XCEssentials.github.io/Toolbox",
"source": {
"git": "https://github.com/XCEssentials/Toolbox.git",
"tag": "1.5.1"
},
"requires_arc": true,
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Maxim Khatskevich": "maxim@khatskevi.ch"
},
"source_files": "Sources/Common/**/*.swift",
"resource_bundles": {
"XCEToolbox_CommonTemplates": "Templates/Common/**/*.stencil"
},
"dependencies": {
"SnapKit": [
"~> 4.0.0"
],
"PromiseKit": [
"~> 6.1.0"
]
},
"platforms": {
"ios": "10.0"
},
"ios": {
"source_files": "Sources/iOS/**/*.swift",
"resource_bundles": {
"XCEToolbox_iOSTemplates": "Templates/iOS/**/*.stencil"
},
"dependencies": {
"XCEUniFlow": [
"~> 4.10.0"
],
"XCEFunctionalState": [
"~> 3.2.0"
]
}
},
"frameworks": "UIKit"
}