2019-07-31 10:50:41 +03:00
|
|
|
{
|
|
|
|
"name": "RNIap",
|
2019-10-03 15:40:32 +03:00
|
|
|
"version": "3.5.8",
|
2019-09-01 20:28:10 +03:00
|
|
|
"summary": "React Native In App Purchase Module.",
|
2019-07-31 10:50:41 +03:00
|
|
|
"homepage": "https://github.com/dooboolab/react-native-iap",
|
|
|
|
"license": "MIT",
|
|
|
|
"authors": "dooboolab",
|
|
|
|
"platforms": {
|
2019-09-01 20:28:10 +03:00
|
|
|
"ios": "9.0"
|
2019-07-31 10:50:41 +03:00
|
|
|
},
|
|
|
|
"source": {
|
2019-09-01 20:28:10 +03:00
|
|
|
"git": "https://github.com/dooboolab/react-native-iap.git",
|
2019-10-03 15:40:32 +03:00
|
|
|
"tag": "3.5.8"
|
2019-07-31 10:50:41 +03:00
|
|
|
},
|
2019-09-01 20:28:10 +03:00
|
|
|
"source_files": "ios/*.{h,m}",
|
2019-07-31 10:50:41 +03:00
|
|
|
"requires_arc": true,
|
|
|
|
"dependencies": {
|
|
|
|
"React": [
|
|
|
|
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|