blob: d798974daf9d25d0b1a20b1f8805b607ce46279a [file] [log] [blame]
{
"name": "StorageRoomKit",
"version": "0.0.3",
"summary": "Objective-C API for StorageRoom API (http://storageroomapp.com).",
"description": "StorageRoomKit is a static library (iOS) and framework (OS X) that provides helper methods and classes to make it easier to use RestKit with the StorageRoom API (http://storageroomapp.com).",
"homepage": "https://github.com/thriventures/StorageRoomKit",
"license": {
"type": "MIT License. Copyright 2012 Thriventures UG (haftungsbeschränkt)",
"file": "LICENSE"
},
"authors": {
"Sascha Konietzke": ""
},
"source": {
"git": "https://github.com/andreacremaschi/StorageRoomKit.git",
"tag": "0.0.3"
},
"requires_arc": false,
"platforms": {
"ios": "5.0"
},
"source_files": "Code/Base/*.{m,mm,h}",
"public_header_files": "Code/**/*.h",
"dependencies": {
"RestKit": [
"0.10.3"
]
}
}