Rocket.Chat.ReactNative/ios/Pods/Local Podspecs/EXConstants.podspec.json

27 lines
667 B
JSON
Raw Normal View History

{
"name": "EXConstants",
"version": "5.0.1",
"summary": "Provides system information that remains constant throughout the lifetime of your app.",
"description": "Provides system information that remains constant throughout the lifetime of your app.",
"license": "MIT",
"authors": "650 Industries, Inc.",
"homepage": "https://docs.expo.io/versions/latest/sdk/constants/",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/expo/expo.git"
},
"source_files": "**/*.{h,m}",
"preserve_paths": "**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"UMCore": [
],
"UMConstantsInterface": [
]
}
}