blob: 9cef6345e873710903b3ae5bd3daa066505ea8fa [file] [log] [blame]
{
"name": "MOCA",
"version": "2.7.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.txt"
},
"authors": {
"MOCA Platform": "support@mocaplatform.com"
},
"source": {
"http": "https://s3-eu-west-1.amazonaws.com/files.mocaplatform.com/releases/moca-ios-sdk-2.7.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"
}
}