blob: aa2c78ed017cc783c30ed360a4daca6c31be5688 [file] [log] [blame]
{
"name": "SwiftAPIClient",
"version": "0.2.2",
"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.2"
},
"source_files": "APIClient/**/*.{swift}",
"dependencies": {
"Alamofire": [
"~> 4.0"
]
}
}