[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 1 / c / RSRealmHelper / 1.1.3 / RSRealmHelper.podspec.json
blobc63de13ba77a87804ea098034666d6966a0d3337
2   "name": "RSRealmHelper",
3   "version": "1.1.3",
4   "summary": "A helper class to use with Realm database",
5   "description": "A class to use with Realm database to manager the connection, abstract the file creation and crypto.\nGet helper functions to save, update and delete objetcs.",
6   "homepage": "https://github.com/redspark-io/RSRealmHelper",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Marcus Costa": "marcus.costa@redspark.io"
13   },
14   "source": {
15     "git": "https://github.com/redspark-io/RSRealmHelper.git",
16     "tag": "1.1.3"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": "4.2",
22   "module_name": "RSRealmHelper",
23   "source_files": "RSRealmHelper/Classes/**/*",
24   "dependencies": {
25     "RealmSwift": [
27     ],
28     "KeychainAccess": [
30     ]
31   },
32   "swift_version": "4.2"