blob: 0202f8f9a1aaf135d6ace369ec6af94624dfaed4 [file] [log] [blame]
{
"name": "Logistics",
"version": "0.1.15",
"swift_version": "5.0",
"summary": "TBD. Under development.",
"description": "TODO: Add long description of the pod here.\nTBD. The whole architecture framework. Creates defined way to communicate parts of the app.\n\n${PODS_ROOT}/Sourcery/bin/sourcery --sources ${PODS_ROOT}/Logistics/Logistics/Classes --sources ${SRCROOT} --templates ${PODS_ROOT}/Logistics/Logistics/Classes --output ${SRCROOT}/Logistics/Autogenerated",
"homepage": "https://github.com/dmsl1805/Logistics",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dmitry Shulzhenko": "dmsl1805@gmail.com"
},
"source": {
"git": "https://github.com/dmsl1805/Logistics.git",
"tag": "0.1.15"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Logistics/Classes/**/*",
"dependencies": {
"Sourcery": [
],
"RxSwift": [
"~> 5"
]
}
}