blob: ff4feb46ca6b75f065e581b3fcd052125f933840 [file] [log] [blame]
{
"name": "FullAuthIOSClient",
"version": "0.8.0",
"swift_version": "4.0",
"summary": "A IOS client library to communicate with the FullAuth Apis for authentication, token exchange, retrieve access token, etc",
"homepage": "https://github.com/FullCreative/fullauth-api-ios-client.git",
"license": "MIT",
"authors": {
"Karthik samy": "karthik.samy@a-cti.com"
},
"source": {
"git": "https://github.com/FullCreative/fullauth-api-ios-client.git",
"tag": "0.8.0"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"Alamofire": [
"~> 4.5"
]
}
}