blob: 2ff984901154c0fe48040a325712af089fb69886 [file] [log] [blame]
{
"name": "iCider",
"version": "0.4.0",
"summary": "Helper library for conversion from Android to iOS.",
"description": "Helper library for conversion from Android to iOS.\n\nI encountered many problems while converting an Android app to an iOS app.\nI made a library with the solutions to these problems.",
"homepage": "https://github.com/tobwithu/iCider",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"tobwithu": "tobwithu@gmail.com"
},
"source": {
"git": "https://github.com/tobwithu/iCider.git",
"tag": "0.4.0"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5",
"source_files": "iCider/Classes/**/*",
"swift_version": "5"
}