[Add] PINOperation 1.2.2
[CocoaPods.git] / Specs / c / f / 8 / Liquid-Mixpanel-Interceptor / 0.1.0 / Liquid-Mixpanel-Interceptor.podspec.json
blobdb3e5b94b26d7e67d6dd30aa8cdd473bd2559f4a
2   "name": "Liquid-Mixpanel-Interceptor",
3   "version": "0.1.0",
4   "summary": "This Pod allows the integration of Liquid without any coding, if you already have 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-mixpanel-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   "platforms": {
17     "ios": "6.0"
18   },
19   "requires_arc": true,
20   "preserve_paths": [
21     "LiquidEventsInterceptor.xcodeproj"
22   ],
23   "frameworks": [
24     "Foundation",
25     "SystemConfiguration",
26     "CoreTelephony",
27     "CoreLocation",
28     "CoreGraphics",
29     "UIKit"
30   ],
31   "xcconfig": {
32     "OTHER_LDFLAGS": "$(inherited) -ObjC -all_load"
33   },
34   "source_files": "LiquidMixpanelInterceptor/**/*.{m,h}",
35   "public_header_files": "LiquidMixpanelInterceptor/**/*.h",
36   "dependencies": {
37     "Liquid": [
39     ],
40     "Mixpanel": [
42     ],
43     "Aspects": [
45     ]
46   }