blob: a5389b62dc8ee5a9e7a2c2a588f74cafacc6bad5 [file] [log] [blame]
{
"name": "RealmBlogData",
"version": "0.2",
"summary": "Blog data culled from Realm.io for use in Realm tutorials.",
"description": "Data culled from Realm's blog. Includes Realm models for use in importing into Realm file.",
"homepage": "https://github.com/bigfish24/RealmBlogData",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Adam Fish": "af@realm.io"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/bigfish24/RealmBlogData.git",
"tag": "v0.2"
},
"source_files": "objective-c/*.{h,m}",
"resources": "data/emoji.json",
"requires_arc": true,
"dependencies": {
"Realm": [
">= 0.96"
]
}
}