blob: 6a2319d7562b0da7f5e39216c53212b5ea70e011 [file] [log] [blame]
{
"name": "react-component",
"version": "1.0.0",
"summary": "An runtime base on react-native.",
"description": "\"Introduce this library for your App, development by react-native code.\"",
"homepage": "https://github.com/beatjs/react-component",
"license": {
"type": "MIT"
},
"authors": {
"Liam Xu": "liamxujia@outlook.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/beatjs/react-component.git",
"tag": "1.0.0"
},
"swift_versions": "5.0",
"resource_bundles": {
"FontsResources": [
"ios/ReactComponent/RNVectorIcons/Fonts/*.ttf"
]
},
"source_files": "ios/ReactComponent/**/*.{h,m,swift}",
"dependencies": {
"react-ios": [
"~> 0.63.4.1"
],
"lottie-ios": [
"~> 3.1.8"
],
"SPTPersistentCache": [
"~> 1.1.0"
],
"DVAssetLoaderDelegate": [
"~> 0.3.1"
],
"SDWebImage": [
"~> 5.8"
],
"SDWebImageWebPCoder": [
"~> 0.6.1"
],
"Sentry": [
"~> 6.1.4"
]
},
"swift_version": "5.0"
}