[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 9 / 0 / e / StorageRoomKit / 0.0.3 / StorageRoomKit.podspec.json
blobd798974daf9d25d0b1a20b1f8805b607ce46279a
2   "name": "StorageRoomKit",
3   "version": "0.0.3",
4   "summary": "Objective-C API for StorageRoom API (http://storageroomapp.com).",
5   "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).",
6   "homepage": "https://github.com/thriventures/StorageRoomKit",
7   "license": {
8     "type": "MIT License. Copyright 2012 Thriventures UG (haftungsbeschränkt)",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Sascha Konietzke": ""
13   },
14   "source": {
15     "git": "https://github.com/andreacremaschi/StorageRoomKit.git",
16     "tag": "0.0.3"
17   },
18   "requires_arc": false,
19   "platforms": {
20     "ios": "5.0"
21   },
22   "source_files": "Code/Base/*.{m,mm,h}",
23   "public_header_files": "Code/**/*.h",
24   "dependencies": {
25     "RestKit": [
26       "0.10.3"
27     ]
28   }