blob: 93ead33dd4af64d788c15309054c7121a4e02a31 [file] [log] [blame]
{
"name": "SwiftAPIClient",
"version": "1.1.9",
"license": "MIT",
"summary": "Simple API Client for Apple Swift Projects",
"homepage": "https://github.com/RichAppz",
"source": {
"git": "https://github.com/RichAppz/SimpleAPIClient.git",
"tag": "1.1.9"
},
"authors": {
"Rich Mucha": "rich@richappz.com"
},
"platforms": {
"ios": "10.0",
"osx": "10.13",
"tvos": "10.0",
"watchos": "3.0"
},
"source_files": "Source/**/*.{swift}",
"swift_versions": "5.0",
"dependencies": {
"Alamofire": [
"~> 4.0"
],
"CryptoSwift": [
]
},
"swift_version": "5.0"
}