blob: 263463298a2d412cd0113429e5081b8e93620747 [file] [log] [blame]
{
"name": "Logistics",
"version": "0.0.8",
"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.",
"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.0.8"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Logistics/Classes/**/*",
"script_phases": {
"name": "Logistics",
"script": "${PODS_ROOT}/Sourcery/bin/sourcery --sources ${PODS_ROOT}/Logistics/Logistics/Classes --sources ${SRCROOT} --templates ${PODS_ROOT}/Logistics/Logistics/Classes --output ${SRCROOT}/Logistics/Autogenerated"
},
"dependencies": {
"Sourcery": [
],
"RxSwift": [
]
}
}