[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / c / a / 0 / mParticle-AppsFlyer / 6.9.0 / mParticle-AppsFlyer.podspec.json
blobaca2fbe964d0fa484a67b71481dab49f8d87eabf
2   "name": "mParticle-AppsFlyer",
3   "version": "6.9.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": "6.9.0"
17   },
18   "social_media_url": "https://twitter.com/mparticles",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "ios": {
23     "source_files": "mParticle-AppsFlyer/*.{h,m,mm}",
24     "dependencies": {
25       "mParticle-Apple-SDK/mParticle": [
26         "~> 6.9"
27       ],
28       "AppsFlyer-SDK": [
29         "4.5.5"
30       ]
31     },
32     "pod_target_xcconfig": {
33       "LIBRARY_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/AppsFlyer-SDK/**",
34       "OTHER_LDFLAGS": "$(inherited) -l\"AppsFlyerLib\""
35     }
36   }