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