[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / a / 5 / RBQSafeRealmObject / 0.7 / RBQSafeRealmObject.podspec.json
blob6d908877da3da7069f83d71263956d05e489f6e3
2   "name": "RBQSafeRealmObject",
3   "version": "0.7",
4   "summary": "Thread-safe representation of a Realm object",
5   "description": "RBQSafeRealmObject represents a RLMObject with a primary key and can be used across threads.",
6   "homepage": "https://github.com/Roobiq/RBQSafeRealmObject",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Roobiq": "support@roobiq.com"
13   },
14   "social_media_url": "http://twitter.com/Roobiq",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/Roobiq/RBQSafeRealmObject.git",
20     "tag": "v0.7"
21   },
22   "source_files": "*.{h,m}",
23   "requires_arc": true,
24   "dependencies": {
25     "Realm": [
26       ">= 0.99"
27     ],
28     "RealmUtilities": [
29       ">=0.2.1"
30     ]
31   }