blob: 697b95dcd9c060cbd92cc405c9de94fdaa9e3d1e [file] [log] [blame]
{
"name": "UtilityLib",
"version": "1.0.0",
"summary": "UtilityLib contains many Utility functions which we can use all over the project",
"description": "UtilityLib contains many Utility methods.",
"homepage": "https://github.com/ay1920/UtilityLib.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Amit Yadav": "amity.swarn@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/ay1920/UtilityLib.git",
"branch": "master"
},
"source_files": "UtilityLib/**/*.{swift}",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"MBProgressHUD": [
"~> 1.2.0"
],
"AFNetworking": [
"~> 4.0"
]
},
"swift_versions": "4.2",
"swift_version": "4.2"
}