blob: 65087e97038024729223049997d5d8b5c90f2694 [file] [log] [blame]
{
"name": "MRDatabaseContentChecker",
"version": "0.3.0",
"summary": "Check what's in your database during testing",
"description": " MRDatabaseContentChecker will check the content of\n database tables and queries against arrays containing\n the expected rows. It'll intelligently figure out the\n types of the expected values and use appropriate checks\n for equality (e.g., regex matching).\n",
"homepage": "https://github.com/mikerhodes/MRDatabaseContentChecker",
"license": {
"type": "Apache",
"text": "Licensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n"
},
"authors": {
"Michael Rhodes": "mike.rhodes@gmail.com"
},
"source": {
"git": "https://github.com/mikerhodes/MRDatabaseContentChecker.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"requires_arc": true,
"source_files": "Classes",
"ios": {
"exclude_files": "Classes/osx"
},
"osx": {
"exclude_files": "Classes/ios"
},
"dependencies": {
"FMDB": [
"~> 2.0"
]
}
}