[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 6 / 5 / SMWRealm / 0.1.0 / SMWRealm.podspec.json
blobcd5d613a69f3f3b443ce8fedf100ae960e0c334f
2   "name": "SMWRealm",
3   "version": "0.1.0",
4   "summary": "Make it easier to pass around, read, and modify realm objects accross multiple threads.",
5   "description": "SMWRealm uses the primary keys of RMLObjects and thread safe SMWRealmKey objects to easily use RLMObjects accorss multiple threads.",
6   "homepage": "https://github.com/meech-ward/SMWRealm",
7   "license": "MIT",
8   "authors": {
9     "Sam Meech-Ward": "sam@meech-ward.com"
10   },
11   "source": {
12     "git": "https://github.com/meech-ward/SMWRealm.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "SMWRealm": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "dependencies": {
26     "Realm": [
28     ]
29   }