[Add] MARSDK_EPSDK 5.4.1
[CocoaPods.git] / Specs / 7 / 5 / 0 / FullAuthIOSClient / 0.9.1 / FullAuthIOSClient.podspec.json
blob6c98c258178af9729175c6d1c03cfee0a0106963
2   "name": "FullAuthIOSClient",
3   "version": "0.9.1",
4   "swift_version": "4.0",
5   "summary": "A IOS client library to communicate with the FullAuth Apis for authentication, token exchange, retrieve access token, etc",
6   "homepage": "https://github.com/FullCreative/fullauth-api-ios-client.git",
7   "license": "MIT",
8   "authors": {
9     "Karthik samy": "karthik.samy@a-cti.com"
10   },
11   "source": {
12     "git": "https://github.com/FullCreative/fullauth-api-ios-client.git",
13     "tag": "0.9.1"
14   },
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "dependencies": {
21     "Alamofire": [
22       "~> 4.5"
23     ]
24   }