[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 2 / 4 / 6 / Swiftea / 0.1.0 / Swiftea.podspec.json
blobee05af9ba47a88fa5709a38d0ba8e012bdbc4116
2   "name": "Swiftea",
3   "version": "0.1.0",
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.0"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "source_files": "Swiftea/Classes/**/*",
22   "swift_versions": [
23     "5.0"
24   ],
25   "swift_version": "5.0"