blob: af73c520a63aef725ceb30fd814e456043a99cf4 [file] [log] [blame]
{
"name": "Poly",
"version": "0.4.0",
"license": "MIT",
"summary": "Unofficial Google Poly SDK",
"authors": {
"patrick piemonte": "patrick.piemonte@gmail.com"
},
"homepage": "https://github.com/piemonte/Poly",
"source": {
"git": "https://github.com/piemonte/Poly.git",
"tag": "0.4.0"
},
"documentation_url": "https://piemonte.github.io/Poly/",
"platforms": {
"ios": "11.0"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"swift_versions": "5.0",
"dependencies": {
"Alamofire": [
"~> 4.9"
],
"AlamofireNetworkActivityIndicator": [
"~> 2.4"
],
"PromiseKit": [
"~> 6.13"
],
"Disk": [
"~> 0.6"
],
"ObjectMapper": [
"~> 4.2"
],
"Cache": [
"~> 5.3"
]
},
"swift_version": "5.0"
}