blob: f7c49d607f5fe22aa3dfbb425be84f9dc39b676a [file] [log] [blame]
{
"name": "MGCommonTools",
"version": "0.2.4",
"swift_version": "4.0",
"summary": "Common useful tools, utilities, methods for iOS mobile applications.",
"description": "Add MGCommonTools pod to the project and never have to write again useful stuff.",
"homepage": "https://stash.mgcorp.co/projects/LIQ/repos/ios_mgcommontools/browse",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Artiom Rastegaev": "artiom.rastegaev@mindgeek.com"
},
"source": {
"git": "https://stash.mgcorp.co/scm/liq/ios_mgcommontools.git",
"branch": "master",
"tag": "0.2.4"
},
"platforms": {
"ios": "10.0"
},
"source_files": "MGCommonTools/Classes/**/*.swift",
"frameworks": "UIKit",
"resource_bundles": {
"MGCommonTools": [
"MGCommonTools/Assets/Resources/*"
]
}
}