[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / d / e / f / SNErrorHandler / 0.1.0 / SNErrorHandler.podspec.json
blob808150980982f956c36424c35ee42f26cfcf735e
2   "name": "SNErrorHandler",
3   "version": "0.1.0",
4   "summary": "Flexible error handling for Swift and RxSwift",
5   "homepage": "https://github.com/ahmedAlmasri/ErrorHandler",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Ahmad Almasri": "ahmed.almasri@ymail.com"
12   },
13   "source": {
14     "git": "https://github.com/ahmedAlmasri/ErrorHandler.git",
15     "tag": "0.1.0"
16   },
17   "platforms": {
18     "ios": "12.0"
19   },
20   "swift_versions": [
21     "4.0",
22     "4.1",
23     "4.2",
24     "5",
25     "5.1",
26     "5.2"
27   ],
28   "default_subspecs": "Core",
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "ErrorHandler/Classes/Core/**/*"
33     },
34     {
35       "name": "Rx",
36       "dependencies": {
37         "SNErrorHandler/Core": [
39         ],
40         "RxCocoa": [
42         ],
43         "RxSwift": [
45         ]
46       },
47       "platforms": {
48         "ios": "12.0"
49       },
50       "source_files": "ErrorHandler/Classes/Rx/**/*"
51     }
52   ],
53   "swift_version": "5.2"