[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 4 / 6 / Swiftea / 0.9.2 / Swiftea.podspec.json
blobdecf689229026afeab81a4a9cb44f8897a0bd2b3
2   "name": "Swiftea",
3   "version": "0.9.2",
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.9.2"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "source_files": "Sources/**/*.swift",
22   "swift_versions": [
23     "5.5"
24   ],
25   "testspecs": [
26     {
27       "name": "Tests",
28       "test_type": "unit",
29       "source_files": "Tests/SwifteaTests/**/*.swift"
30     }
31   ],
32   "swift_version": "5.5"