[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 7 / 5 / 4 / Remixer / 0.6.0 / Remixer.podspec.json
blob41bc47bf9fdba52e8ded73da0807608161bde17d
2   "name": "Remixer",
3   "version": "0.6.0",
4   "authors": "Google Inc.",
5   "summary": "Remixer is a set of libraries and protocols to allow live adjustment of apps and prototypes during the development process.",
6   "homepage": "https://github.com/material-foundation/material-remixer-ios",
7   "license": "Apache 2.0",
8   "source": {
9     "git": "https://github.com/material-foundation/material-remixer-ios.git",
10     "tag": "0.6.0"
11   },
12   "platforms": {
13     "ios": "8.0"
14   },
15   "requires_arc": true,
16   "default_subspecs": "Core",
17   "subspecs": [
18     {
19       "name": "Core",
20       "source_files": "src/core/**/*.{h,m}",
21       "resource_bundles": {
22         "Remixer": [
23           "src/core/resources/Remixer.bundle/*"
24         ]
25       }
26     },
27     {
28       "name": "Firebase",
29       "dependencies": {
30         "Remixer/Core": [
32         ],
33         "Firebase/Core": [
34           "~> 3.8"
35         ],
36         "Firebase/Database": [
37           "~> 3.1"
38         ]
39       },
40       "xcconfig": {
41         "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/FirebaseCore/Frameworks/frameworks\" \"$(PODS_ROOT)/FirebaseAnalytics/Frameworks/frameworks\" \"$(PODS_ROOT)/FirebaseDatabase/Frameworks\" \"$(PODS_ROOT)/GoogleInterchangeUtilities/Frameworks/frameworks\" \"$(PODS_ROOT)/GoogleSymbolUtilities/Frameworks/frameworks\"",
42         "HEADER_SEARCH_PATHS": "${PODS_ROOT}/Firebase/Core/Sources",
43         "GCC_PREPROCESSOR_DEFINITIONS": "REMIXER_CLOUD_FIREBASE=1"
44       },
45       "frameworks": [
46         "FirebaseCore",
47         "FirebaseAnalytics",
48         "FirebaseDatabase",
49         "GoogleInterchangeUtilities",
50         "GoogleSymbolUtilities"
51       ]
52     }
53   ]