blob: ff2e87f2d4e5b43326b31cc4f26589b1eece17ef [file] [log] [blame]
{
"name": "SwiftAPIClient",
"version": "1.2.6",
"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.2.6"
},
"authors": {
"Rich Mucha": "rich@richappz.com"
},
"platforms": {
"ios": "11.0",
"osx": "10.13",
"tvos": "11.0",
"watchos": "3.0"
},
"source_files": "Source/**/*.{swift}",
"ios": {
"source_files": "Reachability/**/*.{swift}"
},
"osx": {
"source_files": "Reachability/**/*.{swift}"
},
"tvos": {
"source_files": "Reachability/**/*.{swift}"
},
"swift_versions": "5.0",
"dependencies": {
"Alamofire": [
"~> 4.0"
],
"CryptoSwift": [
]
},
"swift_version": "5.0"
}