[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 6 / 9 / EasyRealm / 3.2.0 / EasyRealm.podspec.json
blobaa46206a4d292ded6c8b209fab6177e6da97c8f9
2   "name": "EasyRealm",
3   "version": "3.2.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.2.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.1.0"
29     ]
30   },
31   "pushed_with_swift_version": "4.0"