blob: 9c2c82d4eac39142a40f3e0dcf242d7d07995032 [file] [log] [blame]
{
"name": "IQAPIClient",
"version": "1.0.1",
"source": {
"git": "https://github.com/hackiftekhar/IQAPIClient.git",
"tag": "1.0.1"
},
"summary": "API Client to communicate with the REST API and auto conversion to model classes.",
"homepage": "https://github.com/hackiftekhar/IQAPIClient",
"license": "MIT",
"authors": {
"Iftekhar Qurashi": "hack.iftekhar@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": [
"5.0",
"5.1",
"5.2",
"5.3"
],
"source_files": "IQAPIClient/**/*.{swift}",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"Alamofire": [
"~> 5"
]
},
"requires_arc": true,
"swift_version": "5.3"
}