blob: ae50268512089bcca633ad3574bc81f302cfc3bc [file] [log] [blame]
{
"name": "LGUtilsS",
"version": "1.0.0",
"summary": "Swift library with some utils extensions.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/luangs7/LGUtilsS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"luangs7": "luan263@gmail.com"
},
"source": {
"git": "https://github.com/luangs7/LGUtilsS.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LGUtilsS/Classes/**/*",
"frameworks": [
"UIKit",
"SystemConfiguration",
"AudioToolbox",
"Foundation"
],
"dependencies": {
"Kingfisher": [
"~> 4.0"
],
"Alamofire": [
"~> 4.7"
]
}
}