blob: 4f215987af773da2483701472a162338e8223b96 [file] [log] [blame]
{
"name": "HOOHoodie",
"version": "0.1.0",
"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.1.0"
},
"social_media_url": "https://twitter.com/hoodiehq",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Classes/ios/*",
"dependencies": {
"couchbase-lite-ios": [
"~> 1.0-beta2"
],
"AFNetworking": [
"~> 2.0"
]
}
}