[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / 1 / 7 / RealtimeStorage-iOS / 1.0.2 / RealtimeStorage-iOS.podspec.json
blobd7f9ee5b914cd5310baad0020e962117d9cbd94c
2   "name": "RealtimeStorage-iOS",
3   "version": "1.0.2",
4   "summary": "Realtime Cloud Storage SDK for iOS",
5   "description": "Realtime Cloud Storage is a fully managed NoSQL database service based on Amazon DynamoDB that provides fast and predictable performance with seamless scalability.\n\nIf you are a developer, you can use Realtime Cloud Storage to create database tables that can store and retrieve any amount of data, and serve any level of request traffic.\n\n",
6   "homepage": "http://framework.realtime.co/storage/",
7   "license": "MIT",
8   "authors": {
9     "Realtime": "framework@realtime.co"
10   },
11   "source": {
12     "git": "https://github.com/realtime-framework/RealtimeStorage-iOS.git",
13     "tag": "1.0.2"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/*.{h,m}",
20   "public_header_files": "Pod/Classes/*.h",
21   "ios": {
22     "frameworks": [
23       "CFNetwork",
24       "Security"
25     ]
26   },
27   "dependencies": {
28     "RealtimeMessaging-iOS": [
29       "~> 2.1.14"
30     ]
31   }