blob: c49d19d1638dadbd3066e439086fdcd0378dd169 [file] [log] [blame]
{
"name": "RealmSFRestaurantData",
"version": "0.0.1",
"summary": "San Francisco Restaurant Score Data In Realm",
"description": "Prebuilt Realm dataset composed of San Francisco restaurant scores\n",
"homepage": "https://github.com/bigfish24/RealmSFRestaurantData",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Adam Fish": "af@realm.io"
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/bigfish24/RealmSFRestaurantData.git",
"tag": "v0.0.1"
},
"source_files": [
"SFRestaurantScore.h",
"objects/*.{h,m}",
"SFRestaurantScores.realm"
],
"requires_arc": true,
"dependencies": {
"Realm": [
]
}
}