blob: 96ff293596497ebb23ab6575ffdf9848ca8ee996 [file] [log] [blame]
{
"name": "Ulkhan",
"version": "1.0.1",
"summary": "An iOS Framework for Networking, LocalizationManager and some handy Extensions.",
"description": "This framework made by Ulkhan Amiraslanov and includes NetworkingServices built on top of URLSession, LocalizationManager and some handy extensions such as, safeValue for Optional String.",
"homepage": "https://github.com/Ulkhan/Ulkhan.git",
"license": "MIT",
"authors": {
"Ulkhan Amiraslanov": "ulxanemi5@gmail.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/Ulkhan/Ulkhan.git",
"tag": "1.0.1"
},
"source_files": "**/*.{h,m,swift}",
"exclude_files": "Ulkhan/**/*.plist",
"swift_versions": "5.0",
"frameworks": "UIKit",
"swift_version": "5.0"
}