blob: 199c89fc750d98685744d80741893e267ad6ed36 [file] [log] [blame]
{
"name": "Poly",
"version": "0.1.2",
"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.1.2"
},
"platforms": {
"ios": "11.0"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"swift_version": "4.2",
"dependencies": {
"Alamofire": [
"~> 4.8"
],
"AlamofireNetworkActivityIndicator": [
"~> 2.3"
],
"PromiseKit": [
"~> 6.7"
],
"Cache": [
"~> 5.2"
],
"Disk": [
"~> 0.4"
],
"ObjectMapper": [
"~> 3.4"
]
}
}