blob: 386b95a1bf3a156854532c092cfc9c55e2a1b985 [file] [log] [blame]
{
"name": "Commercetools",
"version": "0.4.0",
"summary": "The e-commerce iOS SDK from commercetools",
"homepage": "https://github.com/commercetools/commercetools-ios-sdk",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Commercetools GmbH": "support@commercetools.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/commercetools/commercetools-ios-sdk.git",
"tag": "0.4.0"
},
"source_files": "Source/**/*.swift",
"dependencies": {
"Alamofire": [
"~> 4.0"
],
"ObjectMapper": [
"~> 2.0"
]
}
}