blob: 9e0e6c49378a7b4aee3f01b2689f61014ff681ff [file] [log] [blame]
{
"name": "Poly",
"version": "0.2.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.2.0"
},
"documentation_url": "https://piemonte.github.io/Poly/",
"platforms": {
"ios": "11.0"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"swift_versions": "4.2",
"dependencies": {
"Alamofire": [
"~> 4.8"
],
"AlamofireNetworkActivityIndicator": [
"~> 2.3"
],
"PromiseKit": [
"~> 6.8"
],
"Cache": [
"~> 5.2"
],
"Disk": [
"~> 0.4"
],
"ObjectMapper": [
"~> 3.4"
]
}
}