blob: 3b1bff531990da618080761b1af0c5634bd0e4a2 [file] [log] [blame]
{
"name": "RealmBlogData",
"version": "1.0",
"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": "v1.0"
},
"source_files": "objective-c/*.{h,m}",
"resources": [
"data/*.json"
],
"requires_arc": true,
"dependencies": {
"Realm": [
">= 0.96"
]
}
}