[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 4 / 6 / Swiftea / 0.1.1 / Swiftea.podspec.json
blob78c1f0891b71d37b61a0329197f9998026b5d058
2   "name": "Swiftea",
3   "version": "0.1.1",
4   "summary": "Swiftea is a Swift implementation of The Elm Arcitecture (TEA) design pattern",
5   "description": "Swiftea is a Swift implementation of The Elm Arcitecture (TEA) design pattern. It's simple, It's use Combine, It's straightforward. Just as TEA Design pattern.",
6   "homepage": "https://github.com/cooler333/Swiftea",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Dmitrii Coolerov": "utm4@mail.ru"
13   },
14   "source": {
15     "git": "https://github.com/cooler333/Swiftea.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "source_files": "Sources/**/*.swift",
22   "swift_versions": [
23     "5.6"
24   ],
25   "resource_bundles": {
26     "Swiftea": [
27       "Sources/Swiftea/Resources/**/*.{txt}"
28     ]
29   },
30   "testspecs": [
31     {
32       "name": "Tests",
33       "test_type": "unit",
34       "source_files": "Tests/SwifteaTests/**/*.swift"
35     }
36   ],
37   "swift_version": "5.6"