blob: 8a7892761355d5cea684c4a357c3dba5a56e3be8 [file] [log] [blame]
{
"name": "JVToolkit",
"version": "0.1.0",
"summary": "Toolkit of useful libraries to kickstart iOS development!",
"description": "Standard set of libraries useful in most projects.\n- JVNetworkUtils: set of wrappers to set headers and retrieve JSON and XML results.\n- JVBaseUtils: extensions to usual classes to enable more productivity.\n- JVUserInterfaceUtils: utils to redirect flow regarding user logging in and signing in.",
"homepage": "https://github.com/tiusender/JVToolkit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jorge Villalobos Beato": "jorge.villalobos.beato@gmail.com"
},
"source": {
"git": "https://github.com/tiusender/JVToolkit.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/tiusender",
"platforms": {
"ios": "8.0"
},
"source_files": "JVToolkit/Classes/**/*",
"pushed_with_swift_version": "3.0"
}