blob: 39d69e1f52489660c0a4028bf29bfaee818064ae [file] [log] [blame]
{
"name": "AlamofireCodableJson",
"platforms": {
"ios": "9.1"
},
"summary": "AlamofireCodableJson will convert json returned from alamofire to codable objects.",
"requires_arc": true,
"version": "0.1.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Imran Khan": "imkhan334@gmail.com"
},
"homepage": "https://github.com/imkhan334/alamofire-codable-json",
"source": {
"git": "https://github.com/imkhan334/alamofire-codable-json.git",
"tag": "0.1.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"Alamofire": [
"~> 4.7"
]
},
"source_files": "AlamofireCodableJson/**/*.{swift}",
"swift_versions": "4.2",
"swift_version": "4.2"
}