[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / f / 4 / a / RealmAdditions / 1.0.2 / RealmAdditions.podspec.json
blob1b440d394db77f74b8ce60bbe0ac4d37c3b3bca1
2   "name": "RealmAdditions",
3   "version": "1.0.2",
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": "1.0.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "RealmAdditions/Classes/**/*",
22   "frameworks": "Foundation",
23   "dependencies": {
24     "RealmSwift": [
25       "~> 2"
26     ]
27   },
28   "pushed_with_swift_version": "3.0"