[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 2 / 5 / CombineExt / 1.6.0 / CombineExt.podspec.json
blob899e17763378f689ce9c5eb96b6b998d83e0489b
2   "name": "CombineExt",
3   "version": "1.6.0",
4   "summary": "Combine operators and helpers not provided by Apple, and inspired by other Reactive Frameworks",
5   "description": "A collection of operators for Combine adding capabilities and utilities not provided by Apple,\nbut common ones found and known from other Reactive Frameworks",
6   "homepage": "https://github.com/CombineCommunity/CombineExt",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Combine Community": "https://github.com/CombineCommunity",
13     "Shai Mishali": "freak4pc@gmail.com"
14   },
15   "platforms": {
16     "ios": "10.0",
17     "osx": "10.12",
18     "watchos": "3.0",
19     "tvos": "10.0"
20   },
21   "source": {
22     "git": "https://github.com/CombineCommunity/CombineExt.git",
23     "tag": "1.6.0"
24   },
25   "source_files": "Sources/**/*.swift",
26   "frameworks": [
27     "Combine"
28   ],
29   "swift_versions": "5.1",
30   "swift_version": "5.1"