[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 5 / a / 0 / LiquidEventsInterceptor / 0.1.1 / LiquidEventsInterceptor.podspec.json
blobdf56c673cb283f7d651f8768d4653a83208114b3
2   "name": "LiquidEventsInterceptor",
3   "version": "0.1.1",
4   "summary": "This Pod allows the integration of Liquid without any coding, if you already have Localytics or Mixpanel 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-events-interceptor-ios.git",
12     "tag": "v0.1.1"
13   },
14   "social_media_url": "https://twitter.com/onliquid",
15   "documentation_url": "https://lqd.io/documentation/ios",
16   "libraries": "LiquidEventsInterceptor",
17   "platforms": {
18     "ios": "7.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   },
35   "dependencies": {
36     "Liquid": [
38     ],
39     "Aspects": [
41     ]
42   },
43   "subspecs": [
44     {
45       "name": "Localytics",
46       "source_files": [
47         "lib/LiquidLocalyticsInterceptor.{m,h}",
48         "lib/**/LQ*.{m,h}"
49       ],
50       "public_header_files": [
51         "lib/LiquidLocalyticsInterceptor.h",
52         "lib/**/LQ*.h"
53       ],
54       "dependencies": {
55         "Localytics": [
57         ]
58       },
59       "xcconfig": {
60         "LIBRARY_SEARCH_PATHS": "$(SRC_ROOT)/Pods/Localytics/*"
61       }
62     },
63     {
64       "name": "Mixpanel",
65       "source_files": [
66         "lib/LiquidMixpanelInterceptor.{m,h}",
67         "lib/**/LQ*.{m,h}"
68       ],
69       "public_header_files": [
70         "lib/LiquidMixpanelInterceptor.h",
71         "lib/**/LQ*.h"
72       ],
73       "dependencies": {
74         "Mixpanel": [
76         ]
77       }
78     },
79     {
80       "name": "GoogleAnalytics",
81       "source_files": [
82         "lib/LiquidGoogleAnalyticsInterceptor.{m,h}",
83         "lib/**/LQ*.{m,h}"
84       ],
85       "public_header_files": [
86         "lib/LiquidGoogleAnalyticsInterceptor.h",
87         "lib/**/LQ*.h"
88       ],
89       "dependencies": {
90         "Google/Analytics": [
92         ]
93       }
94     }
95   ]