blob: 793bac881cc5ba2bc53d3d947c4b44cea34eb923 [file] [log] [blame]
{
"name": "Poly",
"version": "0.0.6",
"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.6"
},
"platforms": {
"ios": "11.0"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"swift_version": "4.0",
"dependencies": {
"Alamofire": [
"~> 4.7"
],
"AlamofireNetworkActivityIndicator": [
"~> 2.2"
],
"PromiseKit": [
"~> 6.4"
],
"Cache": [
"~> 5.1"
],
"Disk": [
"~> 0.4"
],
"ObjectMapper": [
"~> 3.3"
]
}
}