[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 6 / e / HTBKVObservation / 1.3.1 / HTBKVObservation.podspec.json
blob88a92dbc844640aa386bf5e3e809e75303040512
2   "name": "HTBKVObservation",
3   "platforms": {
4     "ios": "5.0",
5     "osx": "10.8"
6   },
7   "requires_arc": true,
8   "version": "1.3.1",
9   "license": "MIT",
10   "summary": "Yet another attempt at making KVO safer and more convenient.",
11   "homepage": "https://github.com/thehtb/HTBKVObservation",
12   "authors": {
13     "Mark Aufflick": "mark@aufflick.com"
14   },
15   "source": {
16     "git": "https://github.com/thehtb/HTBKVObservation.git",
17     "tag": "v1.3.1"
18   },
19   "source_files": "HTBKVObservation.{h,m}",
20   "dependencies": {
21     "libextobjc/EXTScope": [
22       "~> 0.4.0"
23     ]
24   }