[Add] AlibabacloudEcs20140526 3.0.0
[CocoaPods.git] / Specs / f / 4 / a / RealmAdditions / 2.0.1 / RealmAdditions.podspec.json
blobda8a38df6252e83954296b91a3120028599922bf
2   "name": "RealmAdditions",
3   "version": "2.0.1",
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.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "RealmAdditions/Classes/**/*",
22   "frameworks": "Foundation",
23   "dependencies": {
24     "RealmSwift": [
26     ]
27   }