blob: a57ac78079629fc3cb13eda8278e321ca3fc9239 [file] [log] [blame]
{
"name": "RealmSwiftSFRestaurantData",
"version": "0.4.1",
"summary": "San Francisco Restaurant Score Data In Realm",
"description": "Prebuilt Realm dataset composed of San Francisco restaurant scores for Realm Swift",
"homepage": "https://github.com/bigfish24/RealmSwiftSFRestaurantData",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Adam Fish": "af@realm.io"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/bigfish24/RealmSwiftSFRestaurantData.git",
"tag": "v0.4.1"
},
"source_files": "SFRestaurantScores.swift",
"requires_arc": true,
"dependencies": {
"RealmSwift": [
">=0.96"
]
},
"resources": "SFRestaurantScores.realm"
}