blob: 35575561146eef8baafb55ba9b51bcd23f75359f [file] [log] [blame]
{
"name": "AyyyLocal",
"version": "1.0.0",
"summary": "Wrapper of `StitchLocalMongoDBService`.",
"description": "AyyyLocal wraps `StitchLocalMongoDBService` for simple usage.",
"homepage": "https://github.com/ariesssyyyang/AyyyLocal",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Aries Yang": "ariesssyyyang@gmail.com"
},
"platforms": {
"ios": "12.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/ariesssyyyang/AyyyLocal.git",
"tag": "v1.0.0"
},
"source_files": "AyyyLocal/**/*.{h,swift}",
"exclude_files": "AyyyLocal/Exclude",
"requires_arc": true,
"dependencies": {
"StitchSDK": [
"~> 6.0.0"
],
"StitchLocalMongoDBService": [
"~> 6.0.0"
]
}
}