[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / a / 6 / HOOHoodie / 0.2.2 / HOOHoodie.podspec.json
blob8d99879343bcc744fc969e5716b6eb75a4ad3f0e
2   "name": "HOOHoodie",
3   "version": "0.2.2",
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.2.2"
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/*.{h,m}",
21   "ios": {
22     "vendored_frameworks": "Frameworks/CouchbaseLite.framework"
23   },
24   "xcconfig": {
25     "OTHER_LDFLAGS": "-weak_library /usr/lib/libz.dylib"
26   },
27   "dependencies": {
28     "AFNetworking": [
29       "~> 2.0"
30     ],
31     "FMDB": [
32       "~> 2.3"
33     ]
34   }