blob: b5fba2de7bea9bb8e97e6f2ce00481f31e038b45 [file] [log] [blame]
{
"name": "SimpleAPIClient-iOS",
"version": "0.1.7",
"summary": "Network Client for iOS Projects",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"rich@richappz.com": "rich@richappz.com"
},
"homepage": "https://github.com/RichAppz/SimpleAPIClient-iOS.git",
"platforms": {
"ios": "11.0",
"watchos": "4.0"
},
"swift_version": "4.2",
"requires_arc": true,
"source": {
"git": "https://github.com/RichAppz/SimpleAPIClient-iOS.git",
"tag": "0.1.7"
},
"source_files": "APIClient/**/*.{swift}",
"dependencies": {
"Alamofire": [
"~> 4.0"
]
}
}