blob: 8d80b7711d1851af5ae51d9cfbdac4e19d3d0865 [file] [log] [blame]
{
"name": "FullAuthIOSClient",
"version": "0.1.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.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"FullAuthIOSClient": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"Alamofire": [
"~> 3.0"
]
}
}