Files
ios_task_2/iOSTask/Pods/Local Podspecs/AlamofireObjectMapper.podspec.json
manaknightdev d4da2b5e02 Project Setup
2023-03-13 23:20:27 +05:30

36 lines
854 B
JSON

{
"name": "AlamofireObjectMapper",
"version": "6.3.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "An extension to Alamofire which automatically converts JSON response data into swift objects using ObjectMapper",
"homepage": "https://github.com/tristanhimmelman/AlamofireObjectMapper",
"authors": {
"Tristan Himmelman": "tristanhimmelman@gmail.com"
},
"source": {
"git": "https://github.com/tristanhimmelman/AlamofireObjectMapper.git",
"tag": "6.3.0"
},
"platforms": {
"ios": "10.0",
"osx": "10.12",
"watchos": "3.0",
"tvos": "10.0"
},
"swift_versions": "5.0",
"requires_arc": true,
"source_files": "AlamofireObjectMapper/**/*.swift",
"dependencies": {
"Alamofire": [
"~> 5.2"
],
"ObjectMapper": [
"~> 4.2"
]
},
"swift_version": "5.0"
}