blob: f32f79933cb0062957cb27c29596d5ad69634de2 [file] [log] [blame]
{
"name": "SNPUtilities",
"version": "2.0.0",
"summary": "SNPUtilities is a Swift5-based helper library for iOS.",
"description": "SNPUtilities is a Swift-based helper library for iOS. It contains for example fileManager related tasks such as clear temp files. It also contains SNPError, a custom error maker which adopts to swift Error class. This SNPError is used in APICalls or as input parameter type.",
"homepage": "https://gitlab.snapp.ir/iOS/SNPUtilities",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Arash Z. Jahangiri": "arashzjahangiri@gmail.com"
},
"source": {
"git": "https://gitlab.snapp.ir/iOS/SNPUtilities.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": [
"SNPUtilities/Classes/**/*.{swift}",
"SNPUtilities/Classes/**/*.{m}",
"SNPUtilities/Classes/**/*.{h}"
]
}