[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 9 / c / 1 / SBHelpers / 0.1.7 / SBHelpers.podspec.json
blob7a66fd7383ca1bf43c54af6886e4a6a06bc3c211
2   "name": "SBHelpers",
3   "version": "0.1.7",
4   "summary": "SBHelpers write on Swift 5.0. Include extensions and structs for making life easier",
5   "swift_versions": "5.0",
6   "description": "'SBHelpers write on Swift 5.0. Include extensions and structs for making life easier'",
7   "homepage": "https://github.com/Balashov152/SBHelpers",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Balashov152": "balashov.152@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/Balashov152/SBHelpers.git",
17     "tag": "0.1.7"
18   },
19   "default_subspecs": "Core",
20   "platforms": {
21     "ios": "11.0"
22   },
23   "pod_target_xcconfig": {
24     "SWIFT_VERSION": "5.0"
25   },
26   "frameworks": [
27     "UIKit",
28     "Foundation"
29   ],
30   "subspecs": [
31     {
32       "name": "Core",
33       "source_files": "SBHelpers/Classes/Core/**/*",
34       "dependencies": {
35         "AlamofireImage": [
36           "~> 3.5"
37         ]
38       }
39     },
40     {
41       "name": "Rx",
42       "source_files": "SBHelpers/Classes/Rx/**/*",
43       "dependencies": {
44         "RxSwift": [
45           "~> 4.5"
46         ],
47         "RxCocoa": [
48           "~> 4.5"
49         ],
50         "RxDataSources": [
51           "~> 3.1"
52         ],
53         "RxKeyboard": [
54           "~> 0.9"
55         ],
56         "RxViewController": [
57           "~> 0.4"
58         ]
59       }
60     }
61   ],
62   "swift_version": "5.0"