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