blob: dbafbdd11546ae1e7b1e874d34544bb358c42efc [file] [log] [blame]
{
"name": "Liquid-Localytics-Interceptor",
"version": "0.1.0",
"summary": "This Pod allows the integration of Liquid without any coding, if you already have Localytics SDK installed in your application.",
"homepage": "https://onliquid.com/",
"license": "Apache, Version 2.0",
"authors": {
"Liquid Data Intelligence S.A.": "support@onliquid.com"
},
"source": {
"git": "https://github.com/lqd-io/liquid-localytics-interceptor-ios.git",
"tag": "v0.1.0"
},
"social_media_url": "https://twitter.com/onliquid",
"documentation_url": "https://lqd.io/documentation/ios",
"libraries": "Liquid-Localytics-Interceptor",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"preserve_paths": [
"LiquidEventsInterceptor.xcodeproj"
],
"frameworks": [
"Foundation",
"SystemConfiguration",
"CoreTelephony",
"CoreLocation",
"CoreGraphics",
"UIKit"
],
"xcconfig": {
"OTHER_LDFLAGS": "$(inherited) -ObjC -all_load",
"LIBRARY_SEARCH_PATHS": "$(SRC_ROOT)/Pods/Localytics/*"
},
"source_files": "LiquidLocalyticsInterceptor/**/*.{m,h}",
"public_header_files": "LiquidLocalyticsInterceptor/**/*.h",
"dependencies": {
"Liquid": [
],
"Localytics": [
],
"Aspects": [
]
}
}