[Add] ACWebSocketClient 0.1.0
[CocoaPods.git] / Specs / 6 / c / 4 / Hawk / 0.1.0 / Hawk.podspec.json
blob538fb75299cace538df80f6eaebdc49754e37955
2   "name": "Hawk",
3   "version": "0.1.0",
4   "summary": "Hawk authentication scheme.",
5   "homepage": "https://github.com/tent/hawk-objc",
6   "license": {
7     "type": "BSD",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Jesse Stuart": "jesse@jessestuart.ca"
12   },
13   "source": {
14     "git": "https://github.com/tent/hawk-objc.git",
15     "tag": "v0.1.0"
16   },
17   "platforms": {
18     "ios": "7.0",
19     "osx": "10.8"
20   },
21   "source_files": "Hawk/**/*.{h,m}",
22   "frameworks": "Foundation",
23   "requires_arc": true