blob: 8d99879343bcc744fc969e5716b6eb75a4ad3f0e [file] [log] [blame]
{
"name": "HOOHoodie",
"version": "0.2.2",
"summary": "Hoodie for iOS",
"description": " Using the Hoodie API for the backend and Couchbase Lite as local data storage, \n Hoodie makes it fast and easy to develop offline first apps.\n",
"homepage": "http://hood.ie",
"license": "Apache 2.0",
"authors": {
"Katrin Apel": "katrin.apel@gmail.com"
},
"source": {
"git": "https://github.com/kaalita/Hoodie-iOS.git",
"tag": "0.2.2"
},
"social_media_url": "https://twitter.com/hoodiehq",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Classes/ios/*.{h,m}",
"ios": {
"vendored_frameworks": "Frameworks/CouchbaseLite.framework"
},
"xcconfig": {
"OTHER_LDFLAGS": "-weak_library /usr/lib/libz.dylib"
},
"dependencies": {
"AFNetworking": [
"~> 2.0"
],
"FMDB": [
"~> 2.3"
]
}
}