| { |
| "name": "mParticle-Kahuna", |
| "version": "7.8.0", |
| "summary": "Kahuna integration for mParticle", |
| "description": "This is the Kahuna integration for mParticle.", |
| "homepage": "https://www.mparticle.com", |
| "license": { |
| "type": "Apache 2.0", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "mParticle": "support@mparticle.com" |
| }, |
| "source": { |
| "git": "https://github.com/mparticle-integrations/mparticle-apple-integration-kahuna.git", |
| "tag": "7.8.0" |
| }, |
| "social_media_url": "https://twitter.com/mparticles", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "ios": { |
| "source_files": "mParticle-Kahuna/*.{h,m,mm}", |
| "dependencies": { |
| "mParticle-Apple-SDK/mParticle": [ |
| "~> 7.8.0" |
| ], |
| "Kahuna": [ |
| "2.5.2" |
| ] |
| }, |
| "pod_target_xcconfig": { |
| "FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/Kahuna/**", |
| "OTHER_LDFLAGS": "$(inherited) -framework \"Kahuna\"" |
| } |
| } |
| } |