[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / 8 / 1 / MOCA / 1.6.7 / MOCA.podspec.json
blobeffe96475421ea7afe002e61c6959f99ee7ff806
2   "name": "MOCA",
3   "version": "1.6.7",
4   "summary": "iOS library for MOCA Proximity Experience",
5   "description": "The **MOCA SDK** is targeted to mobile app developers willing to add iBeacon-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": "http://mocaplatform.com",
7   "license": {
8     "type": "Commercial",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "MOCA Platform": "support@mocaplatform.com"
13   },
14   "source": {
15     "http": "http://files.mocaplatform.com/releases/moca-ios-sdk-1.6.7.zip",
16     "flatten": true
17   },
18   "social_media_url": "https://twitter.com/mocaplatform",
19   "platforms": {
20     "ios": "7.0"
21   },
22   "requires_arc": true,
23   "vendored_libraries": "libMOCALib.a",
24   "resources": "MOCAConfig.plist",
25   "ios": {
26     "frameworks": [
27       "SystemConfiguration",
28       "MapKit",
29       "CoreTelephony",
30       "MobileCoreServices",
31       "CoreBluetooth",
32       "CoreLocation",
33       "UIKit",
34       "AudioToolbox",
35       "PassKit"
36     ]
37   },
38   "libraries": "sqlite3",
39   "xcconfig": {
40     "OTHER_LDFLAGS": "-ObjC -all_load"
41   }