blob: f725f837029319da580186f7e46a2f35fe2cbc2b [file] [log] [blame]
{
"name": "xamoom-ios-sdk",
"version": "1.1.5",
"summary": "xamoom-ios-sdk is a framework for the xamoom-cloud api. So you can write your own applications for the xamoom-cloud.",
"homepage": "http://xamoom.github.io/xamoom-ios-sdk/",
"license": "GNU",
"authors": {
"Raphael Seher": "raphael@xamoom.com"
},
"source": {
"git": "https://github.com/xamoom/xamoom-ios-sdk.git",
"tag": "1.1.5"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "src/**/*",
"resource_bundles": {
"xamoom-ios-sdk": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"RestKit": [
"~> 0.24"
],
"QRCodeReaderViewController": [
"~> 2.0.0"
]
}
}