[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / c / a / 0 / mParticle-AppsFlyer / 8.0.2 / mParticle-AppsFlyer.podspec.json
blob354a453c0ee8025e9e453feb878e9deb790a0a35
2   "name": "mParticle-AppsFlyer",
3   "version": "8.0.2",
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.2"
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"
28       ],
29       "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       "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
37     },
38     "user_target_xcconfig": {
39       "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
40     }
41   }