[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 4 / a / 2 / Liquid-Localytics-Interceptor / 0.1.0 / Liquid-Localytics-Interceptor.podspec.json
blobdbafbdd11546ae1e7b1e874d34544bb358c42efc
2   "name": "Liquid-Localytics-Interceptor",
3   "version": "0.1.0",
4   "summary": "This Pod allows the integration of Liquid without any coding, if you already have Localytics SDK installed in your application.",
5   "homepage": "https://onliquid.com/",
6   "license": "Apache, Version 2.0",
7   "authors": {
8     "Liquid Data Intelligence S.A.": "support@onliquid.com"
9   },
10   "source": {
11     "git": "https://github.com/lqd-io/liquid-localytics-interceptor-ios.git",
12     "tag": "v0.1.0"
13   },
14   "social_media_url": "https://twitter.com/onliquid",
15   "documentation_url": "https://lqd.io/documentation/ios",
16   "libraries": "Liquid-Localytics-Interceptor",
17   "platforms": {
18     "ios": "6.0"
19   },
20   "requires_arc": true,
21   "preserve_paths": [
22     "LiquidEventsInterceptor.xcodeproj"
23   ],
24   "frameworks": [
25     "Foundation",
26     "SystemConfiguration",
27     "CoreTelephony",
28     "CoreLocation",
29     "CoreGraphics",
30     "UIKit"
31   ],
32   "xcconfig": {
33     "OTHER_LDFLAGS": "$(inherited) -ObjC -all_load",
34     "LIBRARY_SEARCH_PATHS": "$(SRC_ROOT)/Pods/Localytics/*"
35   },
36   "source_files": "LiquidLocalyticsInterceptor/**/*.{m,h}",
37   "public_header_files": "LiquidLocalyticsInterceptor/**/*.h",
38   "dependencies": {
39     "Liquid": [
41     ],
42     "Localytics": [
44     ],
45     "Aspects": [
47     ]
48   }