[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / 0 / 6 / 9 / EasyRealm / 2.0.0 / EasyRealm.podspec.json
blob7a7e7252848f53620c48e9f90ed57da329f959f7
2   "name": "EasyRealm",
3   "version": "2.0.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": "2.0.0"
17   },
18   "social_media_url": "https://twitter.com/poissonballon",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "EasyRealm/Classes/**/*",
23   "dependencies": {
24     "RealmSwift": [
25       "~> 2.4"
26     ]
27   },
28   "pushed_with_swift_version": "3.0"