blob: 9f15393124205f4b02cd9bdee02e726b8b25a60c [file] [log] [blame]
{
"name": "abbi",
"version": "1.14.3",
"summary": "Simple SDK for developers to manage and maximize conversions of all in-app promotions.",
"description": "In one line of code, ABBI provides the full life-cycle of in app marketing to your app. Create and manage your in app promotions and let ABBI do all the hard work and optimize your CTR's!",
"homepage": "http://walkme.com",
"license": "Commercial",
"authors": {
"WalkMe Inc": "http://walkme.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/abbiio/iosdk.git",
"tag": "1.14.3"
},
"source_files": "include/ABBISDK/*.h",
"preserve_paths": "WalkMeSDK.framework",
"public_header_files": "include/ABBISDK/*.h",
"frameworks": [
"CoreMotion",
"UIKit",
"Social",
"StoreKit",
"SystemConfiguration",
"WebKit",
"AudioToolbox"
],
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/abbi\"",
"OTHER_LDFLAGS": "-lObjC"
},
"vendored_frameworks": "WalkMeSDK.framework"
}