[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / c / 3 / SensoryCloud / 1.0.0 / SensoryCloud.podspec.json
blob43ec0af0d456b57cfcd6344d8335a5d71a7d53f8
2   "name": "SensoryCloud",
3   "version": "1.0.0",
4   "summary": "Objective C version of the Sensory Cloud SDK",
5   "description": "Sensory Cloud Objective C SDK. Created to make communicating with Sensory Cloud easy on an iOS app!",
6   "homepage": "https://github.com/Sensory-Cloud/objc-sdk",
7   "license": {
8     "type": "APACHE 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Niles Hacking": "nhacking@sensoryinc.com"
13   },
14   "source": {
15     "git": "https://github.com/Sensory-Cloud/objc-sdk.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "13.0"
20   },
21   "source_files": "SensoryCloud/Classes/**/*",
22   "pod_target_xcconfig": {
23     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) GPB_USE_PROTOBUF_FRAMEWORK_IMPORTS=1",
24     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
25   },
26   "subspecs": [
27     {
28       "name": "ProtoMessages",
29       "source_files": "SensoryCloud/Generated/**/*.pbobjc.{h,m}",
30       "header_mappings_dir": "SensoryCloud/Generated",
31       "requires_arc": false,
32       "dependencies": {
33         "Protobuf": [
35         ]
36       }
37     },
38     {
39       "name": "ProtoServices",
40       "source_files": "SensoryCloud/Generated/**/*.pbrpc.{h,m}",
41       "header_mappings_dir": "SensoryCloud/Generated",
42       "requires_arc": false,
43       "dependencies": {
44         "gRPC-ProtoRPC": [
46         ],
47         "SensoryCloud/ProtoMessages": [
49         ]
50       }
51     }
52   ]