blob: 435cfc8e56d3cdb611056a7830f49396cd735af6 [file] [log] [blame]
{
"name": "PatSwiftLib",
"version": "0.1.1",
"summary": "A set of helpers for API and other UI functionalities to shorten development time.",
"swift_versions": "5",
"description": "PatSwiftLib is a collection of API that can easily be used to create projects that uses Alamofire, HUDs, and contains several helpers and class extensions for different uses.",
"homepage": "https://github.com/jpteruel095/PatSwiftLib",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pat-kun": "jpteruel95@gmail.com"
},
"source": {
"git": "https://github.com/jpteruel095/PatSwiftLib.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "11.0"
},
"source_files": "Sources/**/*",
"dependencies": {
"Alamofire": [
"~> 5"
],
"SwiftyJSON": [
"~> 5"
],
"ObjectMapper": [
"~> 4"
]
},
"swift_version": "5"
}