blob: 5b7658ad07b8942a0499d5a1eb535cd42e40d703 [file] [log] [blame]
{
"name": "Poly",
"version": "0.0.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.0.2"
},
"platforms": {
"ios": "11.0"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"swift_version": "4.0",
"dependencies": {
"Alamofire": [
"~> 4.7"
],
"AlamofireNetworkActivityIndicator": [
"~> 2.2"
],
"Cache": [
"~> 4.2"
],
"ObjectMapper": [
"~> 3.1"
],
"PromiseKit": [
"~> 6.2"
],
"Disk": [
"~> 0.3"
]
}
}