blob: e791410bf20d79e0ba7dfdd0c235caa8a05d1903 [file] [log] [blame]
{
"name": "SwiftAPIClient",
"version": "1.1.1",
"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.1"
},
"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"
]
}
}