blob: f8659791a4dead35544560e239236bc427d011af [file] [log] [blame]
{
"name": "xamoom-ios-sdk",
"version": "1.1.1",
"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.1"
},
"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"
]
}
}