[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 1 / 2 / INRIX-iOS-ClientLibrary / 7.0.1 / INRIX-iOS-ClientLibrary.podspec.json
blobb418c95e203908f83344c89478f5f07a4b572854
2   "name": "INRIX-iOS-ClientLibrary",
3   "version": "7.0.1",
4   "summary": "Provides access to data from INRIX web services.",
5   "description": "INRIX Client Library (SDK) for iOS.\n* Includes caches and networking objects for getting and using INRIX\ndata in an app.  The client library provides access to analytics\nincidents, location, PHS data collection and reporting, network\nreachability, routes, traffic quality and traffic tiles.",
6   "homepage": "https://github.com/INRIX/iOS-MobileSDK",
7   "license": {
8     "type": "Proprietary",
9     "file": "SDKLicense.txt"
10   },
11   "authors": {
12     "INRIX Mobile Feedback": "mobilefeedback@inrix.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/INRIX/iOS-MobileSDK.git",
19     "tag": "7.0.1"
20   },
21   "xcconfig": {
22     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) IXCL_FRAMEWORK=1"
23   },
24   "ios": {
25     "vendored_frameworks": "IXClientLibrary.framework"
26   },
27   "preserve_paths": "IXClientLibrary.framework",
28   "source_files": "IXClientLibrary.framework/Headers/*.h",
29   "public_header_files": "IXClientLibrary.framework/Headers/*.h",
30   "frameworks": [
31     "CoreLocation",
32     "UIKit",
33     "CoreData"
34   ],
35   "libraries": "sqlite3"