[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 8 / b / c / TargetBox / 1.0.1 / TargetBox.podspec.json
blobbd398e297bb2e0519fcabdd1d73d537fb82e85db
2   "name": "TargetBox",
3   "version": "1.0.1",
4   "summary": "Tool for split functions on targets. For project with multiple targets.",
5   "swift_versions": "4.0",
6   "description": "Tool for split file with two or more targets on independence parts. Its be useful for project with multiple targets.",
7   "homepage": "https://github.com/zSoNz/TargetBox",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Kikacheishvili Bogdan": "<bogdan.kikacheishvili@idapgroup.com>"
14   },
15   "source": {
16     "git": "https://github.com/zSoNz/TargetBox.git",
17     "tag": "1.0.1"
18   },
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": "4.0"