blob: 61e021200176f6905782158362f49851b4f9e264 [file] [log] [blame]
{
"name": "TargetBox",
"version": "1.0.2",
"summary": "Tool for split functions on targets. For project with multiple targets.",
"swift_versions": "4.0",
"description": "Tool for split file with two or more targets on independence parts. Its be useful for project with multiple targets.",
"homepage": "https://github.com/zSoNz/TargetBox",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kikacheishvili Bogdan": "<bogdan.kikacheishvili@idapgroup.com>"
},
"source": {
"git": "https://github.com/zSoNz/TargetBox.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TargetBox/Classes/**/*",
"subspecs": [
{
"name": "Core",
"dependencies": {
"RxCocoa": [
"~> 5.0"
],
"RxSwift": [
"~> 5.0"
]
}
}
],
"swift_version": "4.0"
}