[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 5 / 4 / Remixer / 1.0.2 / Remixer.podspec.json
blob2c33a229ebbd42fbfe5d6ace279a79b20344f876
2   "name": "Remixer",
3   "version": "1.0.2",
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": "1.0.2"
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       "exclude_files": "src/core/remote/RMXFirebaseRemoteController.{h,m}",
22       "resource_bundles": {
23         "Remixer": [
24           "src/core/resources/Remixer.bundle/*"
25         ]
26       }
27     },
28     {
29       "name": "Firebase",
30       "dependencies": {
31         "Remixer/Core": [
33         ],
34         "Firebase/Core": [
35           "~> 3.8"
36         ],
37         "Firebase/Database": [
38           "~> 3.1"
39         ]
40       },
41       "source_files": "src/core/remote/RMXFirebaseRemoteController.{h,m}",
42       "xcconfig": {
43         "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/FirebaseCore/Frameworks\" \"$(PODS_ROOT)/FirebaseAnalytics/Frameworks\" \"$(PODS_ROOT)/FirebaseDatabase/Frameworks\"",
44         "HEADER_SEARCH_PATHS": "${PODS_ROOT}/Firebase/Core/Sources",
45         "GCC_PREPROCESSOR_DEFINITIONS": "REMIXER_CLOUD_FIREBASE=1"
46       },
47       "frameworks": [
48         "FirebaseCore",
49         "FirebaseAnalytics",
50         "FirebaseDatabase"
51       ]
52     }
53   ]