26 lines
597 B
JSON
26 lines
597 B
JSON
{
|
|
"name": "rn-extensions-share",
|
|
"version": "2.4.1",
|
|
"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": [
|
|
|
|
]
|
|
}
|
|
}
|