blob: a6e8b0da779345dcea8c4ae73c28b589a88202f5 [file] [log] [blame]
{
"name": "FullAuthIOSClient",
"version": "0.2.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-dev": "karthik.samy@a-cti.com"
},
"source": {
"git": "https://github.com/FullCreative/fullauth-api-ios-client.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"FullAuthIOSClient": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"Alamofire": [
"~> 3.0"
]
}
}