[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / 9 / 7 / KeenClient / 3.6.2 / KeenClient.podspec.json
blob9d094ee61790c4b6a76103d0ee5a36b449a7ff08
2   "name": "KeenClient",
3   "version": "3.6.2",
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     "Brian Baumhover": "b.baumhover@gmail.com"
18   },
19   "summary": "Keen iOS client library.",
20   "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.",
21   "source": {
22     "git": "https://github.com/keenlabs/KeenClient-iOS.git",
23     "tag": "3.6.2"
24   },
25   "source_files": [
26     "KeenClient/*.{h,m}",
27     "Library/Reachability/*.{h,m}"
28   ],
29   "public_header_files": "KeenClient/*.h",
30   "frameworks": "CoreLocation",
31   "requires_arc": true,
32   "subspecs": [
33     {
34       "name": "keen_sqlite",
35       "source_files": "Library/sqlite-amalgamation/*.{h,c}",
36       "private_header_files": "Library/sqlite-amalgamation/*.h",
37       "compiler_flags": [
38         "-w",
39         "-Xanalyzer",
40         "-analyzer-disable-all-checks"
41       ]
42     }
43   ]