2 "name": "SensoryCloud",
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",
12 "Niles Hacking": "nhacking@sensoryinc.com"
15 "git": "https://github.com/Sensory-Cloud/objc-sdk.git",
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"
28 "name": "ProtoMessages",
29 "source_files": "SensoryCloud/Generated/**/*.pbobjc.{h,m}",
30 "header_mappings_dir": "SensoryCloud/Generated",
31 "requires_arc": false,
39 "name": "ProtoServices",
40 "source_files": "SensoryCloud/Generated/**/*.pbrpc.{h,m}",
41 "header_mappings_dir": "SensoryCloud/Generated",
42 "requires_arc": false,
47 "SensoryCloud/ProtoMessages": [