[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / d / 2 / SwiftyJSONRealmObject / 0.1.0 / SwiftyJSONRealmObject.podspec.json
blob6bc36df081ff26feaf48c29bbc8172fa5035d55e
2   "name": "SwiftyJSONRealmObject",
3   "version": "0.1.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": "0.1.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": [
27       "~> 1.0"
28     ],
29     "SwiftyJSON": [
31     ]
32   }