[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / d / 2 / SwiftyJSONRealmObject / 1.0.0 / SwiftyJSONRealmObject.podspec.json
blobcf09428b2d058a373c62c47e6467d684200c3cac
2   "name": "SwiftyJSONRealmObject",
3   "version": "1.0.0",
4   "summary": "A easy way to use SwiftyJSON object with Realm",
5   "description": "It permit you to initialize your Realm Object directly from SwiftyJSON object, both for signle object than for a list of them.",
6   "homepage": "https://github.com/CorlaOnline/SwiftyJSONRealmObject",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alex Corlatti": "alex.corlatti@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/CorlaOnline/SwiftyJSONRealmObject.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "source_files": "SwiftyJSONRealmObject/Classes/**/*",
25   "dependencies": {
26     "RealmSwift": [
28     ],
29     "SwiftyJSON": [
31     ]
32   },
33   "pushed_with_swift_version": "3.0"