[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 3 / a / 7 / mParticle-Kahuna / 7.8.6 / mParticle-Kahuna.podspec.json
blobdcbe5786c10d747da6d76fe204d8033b2a7c0f36
2   "name": "mParticle-Kahuna",
3   "version": "7.8.6",
4   "summary": "Kahuna integration for mParticle",
5   "description": "This is the Kahuna integration for mParticle.",
6   "homepage": "https://www.mparticle.com",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "mParticle": "support@mparticle.com"
13   },
14   "source": {
15     "git": "https://github.com/mparticle-integrations/mparticle-apple-integration-kahuna.git",
16     "tag": "7.8.6"
17   },
18   "social_media_url": "https://twitter.com/mparticles",
19   "static_framework": true,
20   "platforms": {
21     "ios": "8.0"
22   },
23   "ios": {
24     "source_files": "mParticle-Kahuna/*.{h,m,mm}",
25     "dependencies": {
26       "mParticle-Apple-SDK/mParticle": [
27         "~> 7.8.0"
28       ],
29       "Kahuna": [
30         "2.5.2"
31       ]
32     },
33     "pod_target_xcconfig": {
34       "FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/Kahuna/**",
35       "OTHER_LDFLAGS": "$(inherited) -framework \"Kahuna\""
36     }
37   }