[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 9 / d / 8 / STT / 1.1.13 / STT.podspec.json
blobbf58170fe3eba626498be2618ebe49549645363c
2   "name": "STT",
3   "version": "1.1.13",
4   "summary": "Simple reusable code with RxViper architecture provided by Standret, LightSide and Adnrew",
5   "description": "This is a Swift project of ready made part of code include a lot of useful function.\nThis project is inspaired by MvvmCross [MvvmCross](https://github.com/MvvmCross/MvvmCross)",
6   "homepage": "https://github.com/Standret/STT",
7   "license": "MIT",
8   "authors": {
9     "Peter Standret": "pstandret@gmail.com"
10   },
11   "platforms": {
12     "ios": "11.0"
13   },
14   "source": {
15     "git": "https://github.com/Standret/STT.git",
16     "tag": "1.1.13"
17   },
18   "source_files": [
19     "STT/Bindings/*.swift",
20     "STT/Extensions/*.swift",
21     "STT/Components/*.swift",
22     "STT/Components/Core/*.swift",
23     "STT/Components/View/*.swift"
24   ],
25   "dependencies": {
26     "RxSwift": [
27       "~> 4.0"
28     ],
29     "Alamofire": [
30       "~> 4.7"
31     ],
32     "RxAlamofire": [
34     ],
35     "TinyConstraints": [
37     ],
38     "KeychainSwift": [
39       "~> 10.0"
40     ]
41   }