blob: da02edb068b289187c874b2fdad6e817c9135254 [file] [log] [blame]
{
"name": "SwiftAPIClient",
"version": "0.2.6",
"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": "10.0",
"watchos": "4.0"
},
"swift_version": "4.2",
"requires_arc": true,
"source": {
"git": "https://github.com/RichAppz/SimpleAPIClient-iOS.git",
"tag": "0.2.6"
},
"source_files": "APIClient/**/*.{swift}",
"dependencies": {
"Alamofire": [
"~> 4.0"
]
}
}