blob: 82700c2c5e26d1c3984952ccdff771948c33c982 [file] [log] [blame]
{
"name": "SwiftAPIClient",
"version": "1.1.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.1.6"
},
"authors": {
"Rich Mucha": "rich@richappz.com"
},
"platforms": {
"ios": "10.0",
"osx": "10.13",
"tvos": "10.0",
"watchos": "3.0"
},
"source_files": "Source/**/*.{swift}",
"dependencies": {
"Alamofire": [
"~> 4.0"
],
"CryptoSwift": [
]
}
}