[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 7 / 6 / 5 / SMWRealm / 0.1.3 / SMWRealm.podspec.json
blobc6849e6721a1616af7680ae84f8a25e0c1d0a952
2   "name": "SMWRealm",
3   "version": "0.1.3",
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.3"
14   },
15   "platforms": {
16     "ios": "7.0",
17     "watchos": "2.0",
18     "tvos": "9.0"
19   },
20   "requires_arc": true,
21   "source_files": "Pod/Classes/**/*",
22   "resource_bundles": {
23     "SMWRealm": [
24       "Pod/Assets/*.png"
25     ]
26   },
27   "dependencies": {
28     "Realm": [
29       "~>0.98.2"
30     ]
31   }