[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 7 / 4 / 6 / Poly / 0.2.0 / Poly.podspec.json
blob9e0e6c49378a7b4aee3f01b2689f61014ff681ff
2   "name": "Poly",
3   "version": "0.2.0",
4   "license": "MIT",
5   "summary": "Unofficial Google Poly SDK",
6   "authors": {
7     "patrick piemonte": "patrick.piemonte@gmail.com"
8   },
9   "homepage": "https://github.com/piemonte/Poly",
10   "source": {
11     "git": "https://github.com/piemonte/Poly.git",
12     "tag": "0.2.0"
13   },
14   "documentation_url": "https://piemonte.github.io/Poly/",
15   "platforms": {
16     "ios": "11.0"
17   },
18   "source_files": "Sources/*.swift",
19   "requires_arc": true,
20   "swift_versions": "4.2",
21   "dependencies": {
22     "Alamofire": [
23       "~> 4.8"
24     ],
25     "AlamofireNetworkActivityIndicator": [
26       "~> 2.3"
27     ],
28     "PromiseKit": [
29       "~> 6.8"
30     ],
31     "Cache": [
32       "~> 5.2"
33     ],
34     "Disk": [
35       "~> 0.4"
36     ],
37     "ObjectMapper": [
38       "~> 3.4"
39     ]
40   }