blob: 9a9adcc6b77d4e41c0864e86171937286827ab1e [file] [log] [blame]
{
"name": "TouchDB",
"version": "0.961",
"license": {
"type": "Apache",
"text": " Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n"
},
"summary": "CouchDB-compatible mobile database; Objective-C version.",
"homepage": "https://github.com/couchbaselabs/TouchDB-iOS",
"authors": {
"Jens Alfke": "jens@couchbase.com"
},
"source": {
"git": "https://github.com/couchbaselabs/TouchDB-iOS.git",
"tag": "v0.961",
"submodules": "true"
},
"platforms": {
"ios": "5.0"
},
"source_files": [
"Source/**/*.{h,m}",
"vendor/oauthconsumer/**/*.{h,m,c}",
"vendor/fmdb/src/**/*.{h,m}"
],
"exclude_files": [
"Source/*GNUstep.{h,m}",
"Source/*_Tests.{h,m}",
"vendor/oauthconsumer/OAHMAC_SHA1SignatureProvider.{m}"
],
"header_dir": "TouchDB",
"dependencies": {
"CocoaHTTPServer": [
],
"MYUtilities": [
],
"JSONKit": [
]
},
"frameworks": "SystemConfiguration",
"libraries": "sqlite3",
"requires_arc": false,
"prepare_command": "echo \"This Pod relies on the removed \\`pre_install\\` or \\`post_install\\` hooks and therefore will no longer continue to work. Please try updating to the latest version of this Pod or updating the Pod specification. See http://blog.cocoapods.org/CocoaPods-Trunk/ for more details.\" && exit 1"
}