2019-07-29 16:33:28 +00:00
|
|
|
{
|
|
|
|
"name": "rn-extensions-share",
|
2020-06-26 20:22:56 +00:00
|
|
|
"version": "2.4.0",
|
2019-07-29 16:33:28 +00:00
|
|
|
"summary": "Share-Extension using react-native for both ios and android",
|
|
|
|
"license": "MIT",
|
|
|
|
"authors": {
|
|
|
|
"name": "Djorkaeff Alexandre",
|
|
|
|
"email": "djorkaeffalexandre@gmail.com",
|
|
|
|
"url": "http://github.com/djorkaeffalexandre"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/RocketChat/rn-extensions-share",
|
|
|
|
"platforms": {
|
|
|
|
"ios": "8.0"
|
|
|
|
},
|
|
|
|
"source": {
|
|
|
|
"git": "https://github.com/RocketChat/rn-extensions-share.git",
|
|
|
|
"tag": "master"
|
|
|
|
},
|
|
|
|
"source_files": "ios/*.{h,m}",
|
|
|
|
"dependencies": {
|
|
|
|
"React": [
|
|
|
|
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|