ecency-mobile/ios/Pods/Local Podspecs/RNIap.podspec.json

23 lines
451 B
JSON
Raw Normal View History

2019-07-31 10:50:41 +03:00
{
"name": "RNIap",
2019-09-13 10:18:14 +03:00
"version": "3.4.6",
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-09-13 10:18:14 +03:00
"tag": "3.4.6"
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": [
]
}
}