[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / a / 6 / HOOHoodie / 0.1.0 / HOOHoodie.podspec.json
blob4f215987af773da2483701472a162338e8223b96
2   "name": "HOOHoodie",
3   "version": "0.1.0",
4   "summary": "Hoodie for iOS",
5   "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",
6   "homepage": "http://hood.ie",
7   "license": "Apache 2.0",
8   "authors": {
9     "Katrin Apel": "katrin.apel@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/kaalita/Hoodie-iOS.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/hoodiehq",
16   "platforms": {
17     "ios": "6.0"
18   },
19   "requires_arc": true,
20   "source_files": "Classes/ios/*",
21   "dependencies": {
22     "couchbase-lite-ios": [
23       "~> 1.0-beta2"
24     ],
25     "AFNetworking": [
26       "~> 2.0"
27     ]
28   }