blob: 5d75fb2d5b3bd455d9bf54c82fcf1a18f9965140 [file] [log] [blame]
{
"name": "SwiftAPIClient",
"version": "1.1.4",
"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.4"
},
"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": [
]
}
}