mirror of
https://github.com/ecency/ecency-mobile.git
synced 2025-01-03 19:42:03 +03:00
24 lines
477 B
JSON
24 lines
477 B
JSON
{
|
|
"name": "RNIap",
|
|
"version": "3.3.0",
|
|
"summary": "RNIap",
|
|
"description": "React Native In App Purchase Module.",
|
|
"homepage": "https://github.com/dooboolab/react-native-iap",
|
|
"license": "MIT",
|
|
"authors": "dooboolab",
|
|
"platforms": {
|
|
"ios": "7.0"
|
|
},
|
|
"source": {
|
|
"git": "https://github.com/dooboolab/react-native-iap",
|
|
"tag": "v3.3.0"
|
|
},
|
|
"source_files": "ios/**/*.{h,m}",
|
|
"requires_arc": true,
|
|
"dependencies": {
|
|
"React": [
|
|
|
|
]
|
|
}
|
|
}
|