[Add] CloudwiseMAgent 2.8.0
[CocoaPods.git] / Specs / 0 / 6 / 9 / EasyRealm / 3.4.0 / EasyRealm.podspec.json
blob47b7c8dd9a6ac0e06157de8802b352817af99716
2   "name": "EasyRealm",
3   "version": "3.4.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.4.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/**/*.swift",
26   "swift_version": "4.2",
27   "dependencies": {
28     "RealmSwift": [
29       "~> 3.10"
30     ]
31   }