[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / f / 4 / a / RealmAdditions / 3.0.0 / RealmAdditions.podspec.json
blob6beaa5a7e90ea36cd79cfec33e0670c791cba5f3
2   "name": "RealmAdditions",
3   "version": "3.0.0",
4   "summary": "Adds Realm representation for Int, String, Double and Bool",
5   "description": "Adds Realm representation for Int, String, Double and Bool. This allows to store them in Realm Lists.",
6   "homepage": "https://github.com/APUtils/RealmAdditions",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Anton Plebanovich": "anton.plebanovich@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/APUtils/RealmAdditions.git",
16     "tag": "3.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "RealmAdditions/Classes/**/*",
22   "frameworks": "Foundation",
23   "dependencies": {
24     "RealmSwift": [
26     ]
27   }