blob: c911427293a5fd5395e27947698edaafb9e31d78 [file] [log] [blame]
{
"name": "JsonInflator",
"version": "0.6.1",
"swift_versions": "5.0",
"summary": "JsonInflator creates objects and classes from JSON for both Android and iOS.",
"description": "JsonInflator is a library to create inflatable objects. These are able to create entire objects and classes (including entire layouts) from JSON for a module oriented development of mobile apps. Works well together with UniLayout.",
"homepage": "https://github.com/crescentflare/JsonInflator",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Crescent Flare Apps": "info@crescentflare.com"
},
"source": {
"git": "https://github.com/crescentflare/JsonInflator.git",
"tag": "0.6.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "JsonInflatorIOS/JsonInflator/Classes/**/*"
}