[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / 0 / 6 / 9 / EasyRealm / 3.1.0 / EasyRealm.podspec.json
blobf60b5b00eab9c0f69e9f0222fc6b23965883e337
2   "name": "EasyRealm",
3   "version": "3.1.0",
4   "summary": "EasyRealm is a micro-framework that helps you use Realm.",
5   "description": "EasyRealm is a micro-framework (less than 200 LOC) that helps you use Realm.",
6   "homepage": "https://github.com/PoissonBallon/EasyRealm.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Allan Vialatte": "allan.vialatte@icloud.com"
13   },
14   "source": {
15     "git": "https://github.com/PoissonBallon/EasyRealm.git",
16     "tag": "3.1.0"
17   },
18   "social_media_url": "https://twitter.com/poissonballon",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.9",
22     "tvos": "9.0",
23     "watchos": "2.0"
24   },
25   "source_files": "EasyRealm/Classes/**/*",
26   "dependencies": {
27     "RealmSwift": [
28       "~> 3.0.0"
29     ]
30   },
31   "pushed_with_swift_version": "4.0"