[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 6 / e / HTBKVObservation / 1.0 / HTBKVObservation.podspec.json
blob2ca58573b5946fe8d009ccaff50a91d408cab996
2   "name": "HTBKVObservation",
3   "platforms": {
4     "ios": "5.0",
5     "osx": "10.7"
6   },
7   "requires_arc": true,
8   "version": "1.0",
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": "1.0"
18   },
19   "source_files": "HTBKVObservation.{h,m}",
20   "dependencies": {
21     "libextobjc/EXTScope": [
22       "~> 0.2.5"
23     ]
24   }