blob: d59312e919cd41121d73147a022bce0a0421038f [file] [log] [blame]
{
"name": "SwiftAPIClient",
"version": "1.1.8",
"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.8"
},
"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"
}