[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 0 / 6 / 9 / EasyRealm / 1.0.0 / EasyRealm.podspec.json
blob90f2f010261c74f66b0c1483cc0e79dcef799749
2   "name": "EasyRealm",
3   "version": "1.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": "1.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.0"
26     ]
27   },
28   "pushed_with_swift_version": "3.0"