[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 2 / 8 / BCLKeyValueObservation / 0.1.0 / BCLKeyValueObservation.podspec.json
blobc4b20135d8b0b5dcd51eeda7438065ed76bbb276
2   "name": "BCLKeyValueObservation",
3   "version": "0.1.0",
4   "summary": "BCLKeyValueObservation is a thin abstraction on top of Apple's KVO system.",
5   "description": "BCLKeyValueObservation is a thin abstraction on top of Apple's KVO system. The goals of BCLKeyValueObservation are:\n- Less boiler plate code (good bye observeValueForKeyPath:ofObject:change:context:)\n- Improve clarity of functionality (imperiative method names)\n- **Not** an excuse to have fun with the runtime\n",
6   "homepage": "https://github.com/benedictc/BCLKeyValueObservation",
7   "license": "MIT",
8   "authors": {
9     "Benedict Cohen": "ben@benedictcohen.co.uk"
10   },
11   "source": {
12     "git": "https://github.com/benedictc/BCLKeyValueObservation.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "5.0"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "BCLKeyValueObservation",
21     "BCLKeyValueObservation/**/*.{h,m}"
22   ]