[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 5 / a / e / RealmSwiftBlogData / 0.2 / RealmSwiftBlogData.podspec.json
blob5178a7ac0d662c8bdd4dc8023972a6e9d74a3e6f
2   "name": "RealmSwiftBlogData",
3   "version": "0.2",
4   "summary": "Blog data culled from Realm.io for use in Realm tutorials.",
5   "description": "Data culled from Realm's blog. Includes Realm Swift models for use in importing into Realm file.",
6   "homepage": "https://github.com/bigfish24/RealmBlogData",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Adam Fish": "af@realm.io"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/bigfish24/RealmBlogData.git",
19     "tag": "v0.2"
20   },
21   "source_files": "swift/*.{swift}",
22   "resources": "data/emoji.json",
23   "requires_arc": true,
24   "dependencies": {
25     "RealmSwift": [
26       ">= 0.96"
27     ]
28   }