blob: 3060b72798f4c064fba56c7c6acd4b3b9b2e868f [file] [log] [blame]
{
"name": "RealmSwiftSFRestaurantData",
"version": "0.3",
"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.3"
},
"source_files": "SFRestaurantScores.swift",
"requires_arc": true,
"dependencies": {
"RealmSwift": [
]
},
"resources": "SFRestaurantScores.realm"
}