Hi! The podspec for react-native-isw-mobile-sdk uses s.summary = package["description"], but the package.json does not have a "description" field. This causes pod install to fail for iOS users. Please add a "description" field to package.json, e.g.:
"description": "A React Native wrapper for the ISW Mobile SDK."
Thanks!
Hi! The podspec for react-native-isw-mobile-sdk uses s.summary = package["description"], but the package.json does not have a "description" field. This causes pod install to fail for iOS users. Please add a "description" field to package.json, e.g.:
Thanks!