[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / 9 / 7 / KeenClient / 3.4.1 / KeenClient.podspec.json
blobc3c343ba0278a8cec69b4405271ba0984be9eeed
2   "name": "KeenClient",
3   "version": "3.4.1",
4   "license": {
5     "type": "MIT"
6   },
7   "platforms": {
8     "ios": "6.0",
9     "osx": "10.9"
10   },
11   "homepage": "https://github.com/keenlabs/KeenClient-iOS",
12   "authors": {
13     "Daniel Kador": "dan@keen.io",
14     "Terry Horner": "terry@keen.io",
15     "Claire Young": "claire@keen.io",
16     "Heitor Sergent": "heitor@keen.io"
17   },
18   "summary": "Keen iOS client library.",
19   "description": "The Keen 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.",
20   "source": {
21     "git": "https://github.com/keenlabs/KeenClient-iOS.git",
22     "tag": "3.4.1"
23   },
24   "source_files": [
25     "KeenClient/*.{h,m}",
26     "Library/Reachability/*.{h,m}"
27   ],
28   "public_header_files": "KeenClient/*.h",
29   "frameworks": "CoreLocation",
30   "requires_arc": true,
31   "subspecs": [
32     {
33       "name": "keen_sqlite",
34       "source_files": "Library/sqlite-amalgamation/*.{h,c}",
35       "private_header_files": "Library/sqlite-amalgamation/*.h",
36       "compiler_flags": [
37         "-w",
38         "-Xanalyzer",
39         "-analyzer-disable-all-checks"
40       ]
41     }
42   ]