blob: 881f6299c43a581d04e33f99b633d2d6f22c3588 [file] [log] [blame]
{
"name": "MOCA",
"version": "2.3.2",
"summary": "iOS library for MOCA Proximity Experience",
"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.",
"homepage": "http://mocaplatform.com",
"license": {
"type": "Commercial",
"file": "LICENSE"
},
"authors": {
"MOCA Platform": "support@mocaplatform.com"
},
"source": {
"http": "http://files.mocaplatform.com/releases/moca-ios-sdk-2.3.2.zip",
"flatten": true
},
"social_media_url": "https://twitter.com/mocaplatform",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"public_header_files": "Headers/*.*",
"source_files": "Headers/*",
"preserve_paths": "Headers/*",
"vendored_libraries": "libMOCALib.a",
"resources": "MOCAConfig.plist",
"ios": {
"frameworks": [
"SystemConfiguration",
"MapKit",
"CoreTelephony",
"MobileCoreServices",
"CoreBluetooth",
"CoreLocation",
"UIKit",
"AudioToolbox",
"PassKit"
]
},
"libraries": "sqlite3",
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC -all_load"
}
}