| { |
| "name": "Liquid-Mixpanel-Interceptor", |
| "version": "0.1.0", |
| "summary": "This Pod allows the integration of Liquid without any coding, if you already have Mixpanel 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-mixpanel-interceptor-ios.git", |
| "tag": "v0.1.0" |
| }, |
| "social_media_url": "https://twitter.com/onliquid", |
| "documentation_url": "https://lqd.io/documentation/ios", |
| "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" |
| }, |
| "source_files": "LiquidMixpanelInterceptor/**/*.{m,h}", |
| "public_header_files": "LiquidMixpanelInterceptor/**/*.h", |
| "dependencies": { |
| "Liquid": [ |
| |
| ], |
| "Mixpanel": [ |
| |
| ], |
| "Aspects": [ |
| |
| ] |
| } |
| } |