[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / 5 / 0 / FullAuthIOSClient / 0.6.0 / FullAuthIOSClient.podspec.json
blob1a64b13a8b565eb32dcd14217d0722283448301b
2   "name": "FullAuthIOSClient",
3   "version": "0.6.0",
4   "summary": "A IOS client library to communicate with the FullAuth Apis for authentication, token exchange, retrieve access token, etc",
5   "homepage": "https://github.com/FullCreative/fullauth-api-ios-client.git",
6   "license": "MIT",
7   "authors": {
8     "Karthik-dev": "karthik.samy@a-cti.com"
9   },
10   "source": {
11     "git": "https://github.com/FullCreative/fullauth-api-ios-client.git",
12     "tag": "0.6.0"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "source_files": "Pod/Classes/**/*",
19   "resource_bundles": {
20     "FullAuthIOSClient": [
21       "Pod/Assets/*.png"
22     ]
23   },
24   "dependencies": {
25     "Alamofire": [
26       "~> 3.0"
27     ]
28   }