blob: f5e1ad5bf1d2eaba40518662e69b46749d5c7234 [file] [log] [blame]
{
"name": "XCEToolbox",
"summary": "Set of helpers for writing apps faster.",
"version": "1.1.0",
"homepage": "https://XCEssentials.github.io/Toolbox",
"source": {
"git": "https://github.com/XCEssentials/Toolbox.git",
"tag": "1.1.0"
},
"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"
]
},
"platforms": {
"ios": "10.0"
},
"ios": {
"source_files": "Sources/iOS/**/*.swift",
"resource_bundles": {
"XCEToolbox_iOSTemplates": "Templates/iOS/**/*.stencil"
},
"dependencies": {
"XCEUniFlow": [
"~> 4.10.0"
],
"XCEOperationFlow": [
"~> 4.1.0"
],
"XCEFunctionalState": [
"~> 3.1.0"
]
}
},
"frameworks": "UIKit",
"pushed_with_swift_version": "4.0"
}