mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-21 12:21:31 +03:00
23 lines
451 B
JSON
23 lines
451 B
JSON
{
|
|
"name": "RNIap",
|
|
"version": "3.5.8",
|
|
"summary": "React Native In App Purchase Module.",
|
|
"homepage": "https://github.com/dooboolab/react-native-iap",
|
|
"license": "MIT",
|
|
"authors": "dooboolab",
|
|
"platforms": {
|
|
"ios": "9.0"
|
|
},
|
|
"source": {
|
|
"git": "https://github.com/dooboolab/react-native-iap.git",
|
|
"tag": "3.5.8"
|
|
},
|
|
"source_files": "ios/*.{h,m}",
|
|
"requires_arc": true,
|
|
"dependencies": {
|
|
"React": [
|
|
|
|
]
|
|
}
|
|
}
|