Rocket.Chat.ReactNative/ios/Pods/Local Podspecs/React-RCTSettings.podspec.json

30 lines
743 B
JSON
Raw Normal View History

{
"name": "React-RCTSettings",
"version": "0.61.5",
"summary": "A wrapper for NSUserDefaults, a persistent key-value store available only on iOS.",
"homepage": "http://facebook.github.io/react-native/",
"documentation_url": "https://facebook.github.io/react-native/docs/settings",
"license": "MIT",
"authors": "Facebook, Inc. and its affiliates",
"platforms": {
"ios": "9.0",
"tvos": "9.2"
},
"source": {
"git": "https://github.com/facebook/react-native.git",
"tag": "v0.61.5"
},
"source_files": "*.{m}",
"preserve_paths": [
"package.json",
"LICENSE",
"LICENSE-docs"
],
"header_dir": "RCTSettings",
"dependencies": {
"React-Core/RCTSettingsHeaders": [
"0.61.5"
]
}
}