blob: d05cb701191fcb9fbb2b54f6f0adc74c1e371990 [file] [log] [blame]
{
"name": "Poly",
"version": "0.3.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.3.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.8"
],
"AlamofireNetworkActivityIndicator": [
"~> 2.3"
],
"PromiseKit": [
"~> 6.8"
],
"Disk": [
"~> 0.6"
],
"ObjectMapper": [
"~> 3.4"
],
"Cache": [
"~> 5.2"
]
},
"swift_version": "5.0"
}