[Delete] FaceCoreBasicNightly 6.3.1040
[CocoaPods.git] / Specs / f / 4 / a / RealmAdditions / 2.0.0 / RealmAdditions.podspec.json
blob2432ea03ad247babb8af1c77a43c6892fa68d7ed
2   "name": "RealmAdditions",
3   "version": "2.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": "2.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "RealmAdditions/Classes/**/*",
22   "frameworks": "Foundation",
23   "dependencies": {
24     "RealmSwift": [
26     ]
27   },
28   "pushed_with_swift_version": "4.0"