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