{
    "support_version": {
        "0.1.52": {
            "tag": "1"
        },
        "1.9.1.hotfix": {
            "tag": "2"
        }
    },
    "1": {
        "pubspec": {
            "name": "flutter_boost",
            "version": "0.1.52"
        }
    },
    "2": {
        "pubspec": {
            "name": "flutter_boost",
            "version": "0.1.61"
        }
    },
    "android": {
        "targetPath": "${ANDROID_PATH}/app/src/main/java/com/example/fbi"
    },
    "ios": {
        "targetPath": "${IOS_PATH}/${PROJECT_NAME}/fbi"
    },
    "dart": {
        "targetPath": "${FLUTTER_PATH}/lib"
    },
    "gradle": "compile project(path: ':flutter_boost')"
}