blob: 2a3089d4e65d6ad0119e14569e379ab7fcf57a28 [file] [log] [blame]
{
"name": "Poly",
"version": "0.6.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.6.0"
},
"documentation_url": "https://piemonte.github.io/Poly/",
"platforms": {
"ios": "12.0"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"swift_versions": "5.0",
"dependencies": {
"Alamofire": [
"~> 4.9"
],
"PromiseKit": [
"~> 6.13"
],
"Disk": [
"~> 0.6"
],
"ObjectMapper": [
"~> 4.2"
],
"Cache": [
"~> 6.0"
]
},
"swift_version": "5.0"
}