blob: cc8076179e19065b454986db52a28414b25b575b [file] [log] [blame]
{
"name": "converse",
"version": "0.0.1",
"summary": "A complete operation-based iOS multi purpose framework.",
"description": "The framework uses chained Operations as wrappers for any particular task (networking, parsing, caching...)). All of them are independent operations that facilitates their reuse of in multiple projects.",
"homepage": "https://gitlab.com/danielgaston/converse.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Daniel Gaston": "daniel.gaston.iglesias@gmail.com"
},
"source": {
"git": "https://gitlab.com/danielgaston/converse.git",
"tag": "0.0.1"
},
"source_files": [
"converse",
"converse/**/*.{h,m,swift}"
],
"swift_versions": "5.0",
"platforms": {
"ios": "12.0"
},
"dependencies": {
"SPTPersistentCache": [
]
},
"swift_version": "5.0"
}