blob: 4c366e9b80058410c18ff2b3402c345a44a28de8 [file] [log] [blame]
{
"name": "Commercetools",
"version": "0.3.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.3.0"
},
"source_files": "Source/**/*.swift",
"dependencies": {
"Alamofire": [
"~> 4.0"
]
}
}