blob: 83968f0140d65922b4d7e2a3b30b9b71e18827e2 [file] [log] [blame]
{
"name": "RealmSFRestaurantData",
"version": "0.1.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.1.1"
},
"source_files": [
"SFRestaurantScores.h",
"objects/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"Realm": [
]
},
"resources": "SFRestaurantScores.realm"
}