[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / c / a / 0 / mParticle-AppsFlyer / 8.0.0 / mParticle-AppsFlyer.podspec.json
bloba2be8b72f10ea5d318dfa43263cdad3c1e5d5fa1
2   "name": "mParticle-AppsFlyer",
3   "version": "8.0.0",
4   "summary": "AppsFlyer integration for mParticle",
5   "description": "This is the AppsFlyer 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-appsflyer.git",
16     "tag": "8.0.0"
17   },
18   "social_media_url": "https://twitter.com/mparticle",
19   "static_framework": true,
20   "platforms": {
21     "ios": "9.0"
22   },
23   "ios": {
24     "source_files": "mParticle-AppsFlyer/*.{h,m,mm}",
25     "dependencies": {
26       "mParticle-Apple-SDK/mParticle": [
27         "~> 8.0-beta"
28       ],
29       "Beta-AppsFlyerFramework": [
30         "~> 6.0"
31       ]
32     },
33     "pod_target_xcconfig": {
34       "FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/AppsFlyerFramework/**",
35       "OTHER_LDFLAGS": "$(inherited) -framework \"AppsFlyerLib\""
36     }
37   }