[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / 7 / 4 / 6 / Poly / 0.0.3 / Poly.podspec.json
blobe2885e006682906b4fbbc34886f0936aa8e01bf8
2   "name": "Poly",
3   "version": "0.0.3",
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.0.3"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "source_files": "Sources/*.swift",
18   "requires_arc": true,
19   "swift_version": "4.0",
20   "dependencies": {
21     "Alamofire": [
22       "~> 4.7"
23     ],
24     "AlamofireNetworkActivityIndicator": [
25       "~> 2.2"
26     ],
27     "Cache": [
28       "~> 5.0"
29     ],
30     "ObjectMapper": [
31       "~> 3.1"
32     ],
33     "PromiseKit": [
34       "~> 6.3"
35     ],
36     "Disk": [
37       "~> 0.3"
38     ]
39   }