[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / 6 / 7 / c / mParticle-Optimizely / 7.8.4 / mParticle-Optimizely.podspec.json
blob0aee76ffd9f70d1a0ad287c21a14f9607d701797
2   "name": "mParticle-Optimizely",
3   "version": "7.8.4",
4   "summary": "Optimizely integration for mParticle",
5   "description": "This is the Optimizely 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-optimizely.git",
16     "tag": "7.8.4"
17   },
18   "social_media_url": "https://twitter.com/mparticles",
19   "platforms": {
20     "ios": "8.0",
21     "tvos": "9.0"
22   },
23   "ios": {
24     "source_files": "mParticle_Optimizely/*.{h,m,mm}",
25     "dependencies": {
26       "mParticle-Apple-SDK/mParticle": [
27         "~> 7.8.0"
28       ],
29       "OptimizelySDKiOS": [
30         "~> 2.1.3"
31       ]
32     },
33     "frameworks": [
34       "CoreTelephony",
35       "SystemConfiguration"
36     ]
37   },
38   "libraries": "z",
39   "tvos": {
40     "source_files": "mParticle_Optimizely/*.{h,m,mm}",
41     "dependencies": {
42       "mParticle-Apple-SDK/mParticle": [
43         "~> 7.8.0"
44       ],
45       "OptimizelySDKTVOS": [
46         "~> 2.1.3"
47       ]
48     },
49     "frameworks": "SystemConfiguration",
50     "pod_target_xcconfig": {
51       "LIBRARY_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/OptimizelySDKTVOS/**"
52     }
53   }