[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 5 / 0 / KeenClientTD / 4.1.1 / KeenClientTD.podspec.json
blobafdeb87e7b66685e961c59759b7da24dcb55e39e
2   "name": "KeenClientTD",
3   "version": "4.1.1",
4   "license": {
5     "type": "MIT"
6   },
7   "platforms": {
8     "ios": "12.0",
9     "tvos": "12.0"
10   },
11   "homepage": "https://github.com/treasure-data/KeenClient-iOS",
12   "authors": {
13     "Mitsunori Komatsu": "mitsu@treasure-data.com"
14   },
15   "summary": "Keen iOS client library forked by TD.",
16   "description": "The Keen iOS client is designed to be simple to develop with, yet incredibly flexible.  Our goal is to let you decide what events are important to you, use your own vocabulary to describe them, and decide when you want to send them to Keen service.\nThis is a forked project by TD. The original cool project is https://github.com/keenlabs/KeenClient-iOS.",
17   "source": {
18     "git": "https://github.com/treasure-data/KeenClient-iOS.git",
19     "tag": "4.1.1"
20   },
21   "source_files": "KeenClient/*.{h,m}",
22   "resources": "PrivacyInfo.xcprivacy",
23   "public_header_files": "KeenClient/*.h",
24   "requires_arc": true,
25   "subspecs": [
26     {
27       "name": "keen_sqlite",
28       "source_files": "Library/sqlite-amalgamation/*.{h,c}",
29       "private_header_files": "Library/sqlite-amalgamation/*.h",
30       "compiler_flags": [
31         "-w",
32         "-Xanalyzer",
33         "-analyzer-disable-all-checks"
34       ]
35     }
36   ]