[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / 8 / 1 / MOCA / 3.7.0 / MOCA.podspec.json
blob50cd48d1a5f75a77d174e2ec96d51c307f57d2e9
2   "name": "MOCA",
3   "version": "3.7.0",
4   "summary": "iOS library for MOCA Proximity Experience",
5   "description": "The **MOCA SDK** is targeted to mobile app developers willing to add location-awareness, geofence-tracking and analytics to their apps and deploy proximity-triggered experiences to mobile users. It is also targeted to developers that need to learn behavioral data from their apps in order to better profile their mobile audience.",
6   "homepage": "https://www.mocaplatform.com",
7   "license": {
8     "type": "Commercial",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "MOCA Platform": "support@mocaplatform.com"
13   },
14   "source": {
15     "http": "https://s3-eu-central-1.amazonaws.com/files2.mocaplatform.com/releases/moca-ios-sdk-3.7.0.zip",
16     "flatten": true
17   },
18   "social_media_url": "https://twitter.com/mocaplatform",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "requires_arc": true,
23   "public_header_files": "Headers/*.*",
24   "source_files": "Headers/*",
25   "preserve_paths": "Headers/*",
26   "vendored_libraries": "libMOCALib.a",
27   "ios": {
28     "frameworks": [
29       "SystemConfiguration",
30       "MapKit",
31       "CoreTelephony",
32       "MobileCoreServices",
33       "CoreLocation",
34       "UIKit",
35       "AudioToolbox"
36     ]
37   },
38   "libraries": "sqlite3",
39   "xcconfig": {
40     "OTHER_LDFLAGS": "-ObjC -all_load"
41   },
42   "pod_target_xcconfig": {
43     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
44   },
45   "user_target_xcconfig": {
46     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
47   }