blob: dc152391e7f72324c02725df6a06823e69cb5845 [file] [log] [blame]
{
"name": "Merchant",
"version": "0.1.1",
"summary": "Type-safe HTTP client for iOS",
"description": "Type-safe HTTP client for iOS inspired by https://github.com/square/retrofit",
"homepage": "https://github.com/dubeboy/Merchant",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dubeboy": "dubedivine@gmail.com"
},
"source": {
"git": "https://github.com/dubeboy/Merchant.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/divinedube",
"swift_versions": [
"5.1",
"5.2"
],
"platforms": {
"ios": "10.0"
},
"default_subspecs": "Core",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/**/*",
"dependencies": {
"Mocker": [
"~> 2.0.0"
]
}
}
],
"subspecs": [
{
"name": "Core",
"source_files": "Sources/**/*",
"dependencies": {
"Alamofire": [
"~> 5.0"
]
},
"frameworks": "Foundation"
}
],
"swift_version": "5.2"
}