[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 3 / 8 / 7 / Spectator / 1.0.1 / Spectator.podspec.json
blob25fdbf08ffc2a71c93c47c1ebabadf6b69c3d70c
2   "name": "Spectator",
3   "version": "1.0.1",
4   "summary": "A block-based KVO observer helper.",
5   "description": "                   A KVO helper that uses blocks so that your callbacks can be kept \n                   near the observation declaration.\n",
6   "homepage": "https://github.com/exsortis/Spectator",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Paul Schifferer": "paul@schifferers.net"
13   },
14   "platforms": {
15     "ios": "7.0",
16     "osx": "10.9"
17   },
18   "source": {
19     "git": "https://github.com/exsortis/Spectator.git",
20     "tag": "1.0.1"
21   },
22   "source_files": "Spectator/**/*.{h,m}",
23   "public_header_files": "Spectator/**/*.h",
24   "requires_arc": true