blob: 9f3f6208f15f499e8b014239bd3bdb6f62fde8a8 [file] [log] [blame]
{
"name": "Mepuzz",
"version": "1.0.0",
"summary": "Mepuzz sdk for iOS",
"description": "Mepuzz SDK for iOS platform",
"homepage": "https://github.com/MePuzz/MepuzzIosSDK",
"license": "MIT",
"authors": {
"Mepuzz": "hotro@mepuzz.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/MePuzz/MepuzzIosSDK.git",
"tag": "1.0.0"
},
"static_framework": true,
"source_files": "Mepuzz/**/*.{swift}",
"frameworks": "SafariServices",
"ios": {
"dependencies": {
"Firebase": [
],
"FirebaseCore": [
],
"FirebaseMessaging": [
]
}
},
"swift_versions": "5.0",
"swift_version": "5.0"
}