[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / 9 / 6 / Merchant / 0.1.1 / Merchant.podspec.json
blobdc152391e7f72324c02725df6a06823e69cb5845
2   "name": "Merchant",
3   "version": "0.1.1",
4   "summary": "Type-safe HTTP client for iOS",
5   "description": "Type-safe HTTP client for iOS inspired by https://github.com/square/retrofit",
6   "homepage": "https://github.com/dubeboy/Merchant",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "dubeboy": "dubedivine@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/dubeboy/Merchant.git",
16     "tag": "0.1.1"
17   },
18   "social_media_url": "https://twitter.com/divinedube",
19   "swift_versions": [
20     "5.1",
21     "5.2"
22   ],
23   "platforms": {
24     "ios": "10.0"
25   },
26   "default_subspecs": "Core",
27   "testspecs": [
28     {
29       "name": "Tests",
30       "test_type": "unit",
31       "source_files": "Tests/**/*",
32       "dependencies": {
33         "Mocker": [
34           "~> 2.0.0"
35         ]
36       }
37     }
38   ],
39   "subspecs": [
40     {
41       "name": "Core",
42       "source_files": "Sources/**/*",
43       "dependencies": {
44         "Alamofire": [
45           "~> 5.0"
46         ]
47       },
48       "frameworks": "Foundation"
49     }
50   ],
51   "swift_version": "5.2"