[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 0 / 3 / 2 / HawkClient / 1.3.0 / HawkClient.podspec.json
blob8f9ea30c0ece341c340662277414aa9d9aeed9cc
2   "name": "HawkClient",
3   "version": "1.3.0",
4   "summary": "Implementation of Hawk protocol for clients in iOS.",
5   "homepage": "https://github.com/STracker/HawkClient_iOS",
6   "authors": {
7     "ricardosousa1989": "sousa.ricardo10@gmail.com"
8   },
9   "source": {
10     "git": "https://github.com/STracker/HawkClient_iOS.git",
11     "tag": "1.3.0"
12   },
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "platforms": {
18     "ios": "5.0"
19   },
20   "dependencies": {
21     "Base64": [
22       "~> 1.0.1"
23     ]
24   },
25   "source_files": "HawkClientIOS/HawkClient_iOS/HawkClient_iOS/*.{h,m}",
26   "requires_arc": true