[Add] jooohhn-Amplitude 9.3.3
[CocoaPods.git] / Specs / 4 / c / 3 / Bulk / 0.7.0 / Bulk.podspec.json
blob086c9e7363836c89819bdffd17954780ba3c51ed
2   "name": "Bulk",
3   "version": "0.7.0",
4   "summary": "Bulk is a library for buffering the objects. Pipeline(Sink) receives the object and emits the object bulked.",
5   "homepage": "https://github.com/muukii/Bulk",
6   "license": "MIT",
7   "authors": {
8     "muukii": "muukii.app@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/muukii/Bulk.git",
12     "tag": "0.7.0"
13   },
14   "social_media_url": "https://twitter.com/muukii_app",
15   "platforms": {
16     "ios": "10.0"
17   },
18   "requires_arc": true,
19   "default_subspecs": "Bulk",
20   "swift_versions": "5.1",
21   "weak_frameworks": [
22     "Combine"
23   ],
24   "subspecs": [
25     {
26       "name": "Bulk",
27       "source_files": "Sources/Bulk/**/*.swift"
28     },
29     {
30       "name": "RxBulk",
31       "source_files": "Sources/RxBulk/**/*.swift",
32       "dependencies": {
33         "RxSwift": [
34           "~> 5.0.0"
35         ],
36         "Bulk/Bulk": [
38         ]
39       }
40     },
41     {
42       "name": "BulkLogger",
43       "source_files": "Sources/BulkLogger/**/*.swift",
44       "dependencies": {
45         "Bulk/Bulk": [
47         ]
48       }
49     }
50   ],
51   "swift_version": "5.1"