[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 8 / b / c / TargetBox / 1.0.0 / TargetBox.podspec.json
blobb872f751c38f1cfad42068f66fa375c591e99806
2   "name": "TargetBox",
3   "version": "1.0.0",
4   "summary": "Tool for split functions on targets. For project with multiple targets.",
5   "description": "Tool for split file with two or more targets on independence parts. Its be useful for project with multiple targets.",
6   "homepage": "https://github.com/zSoNz/TargetBox",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kikacheishvili Bogdan": "<bogdan.kikacheishvili@idapgroup.com>"
13   },
14   "source": {
15     "git": "https://github.com/zSoNz/TargetBox.git",
16     "tag": "1.0.0"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "TargetBox/Classes/**/*",
23   "subspecs": [
24     {
25       "name": "Core",
26       "dependencies": {
27         "RxCocoa": [
28           "~> 5.0"
29         ],
30         "RxSwift": [
31           "~> 5.0"
32         ]
33       }
34     }
35   ],
36   "swift_version": "5.0"