[Add] ACWebSocketClient 0.1.0
[CocoaPods.git] / Specs / 0 / f / 7 / INCommons / 2.0.0 / INCommons.podspec.json
blob623512c5365f75c7804766d4ef4d5fe370a1b8a6
2   "name": "INCommons",
3   "version": "2.0.0",
4   "swift_versions": "5.5.2",
5   "summary": "This Package provides common functionalities every iOS app can use.",
6   "description": "INCommons is a collection of small functions and extensions without any further dependencies. It's meant to be used in any app.",
7   "homepage": "https://github.com/indieSoftware/INCommons",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Sven Korset": "sven.korset@indie-software.com"
14   },
15   "platforms": {
16     "ios": "13.0"
17   },
18   "source": {
19     "git": "https://github.com/indieSoftware/INCommons.git",
20     "tag": "2.0.0"
21   },
22   "source_files": "Sources/INCommons/**/*.{swift}",
23   "module_name": "INCommons",
24   "swift_version": "5.5.2"