[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 9 / f / 8 / Feige / 1.0.0 / Feige.podspec.json
blobdc75b2a9c37f3f4f0f261888d81c3e76b46b4137
2   "name": "Feige",
3   "version": "1.0.0",
4   "summary": "Feige is a Swift iOS/macOS/tvOS/watchOS framework that extends the Foundation framework.",
5   "description": "Feige is an iOS/macOS/tvOS/watchOS framework that extends the `Foundation` framework. It includes a number of macros, functions, categories and classes that make repetitive tasks easier.",
6   "homepage": "https://github.com/Kosoku/Feige",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "William Towe": "willbur1984@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Kosoku/Feige.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "13.0",
20     "osx": "10.15",
21     "tvos": "13.0",
22     "watchos": "5.0"
23   },
24   "requires_arc": true,
25   "source_files": "Feige/**/*.{h,m,swift}",
26   "swift_versions": [
27     "5"
28   ],
29   "frameworks": "Foundation",
30   "swift_version": "5"