vn-verdnaturachat/ios/Pods/Local Podspecs/rn-extensions-share.podspec...

26 lines
597 B
JSON
Raw Normal View History

2019-07-29 16:33:28 +00:00
{
"name": "rn-extensions-share",
"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": [
]
}
}