[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / f / 7 / 3 / OKObserver / 0.1.0 / OKObserver.podspec.json
blobaaaefa47b0e48ce6cdca3b651e88461708086b8b
2   "name": "OKObserver",
3   "version": "0.1.0",
4   "summary": "A lightweight framework which makes KVO easily to use.",
5   "description": "KVO is very troublesome to use, you need to call addObserver: method, override method\nto observe the event. All I need is when there is somthing changed, execute blocks.\nAt first ReactiveCocoa fits my requirement, and I really had a happy time with it. But\nit is a swift framework and doesn't officially support cocoapods as installation method.\nOKObserver is created under this circumstance to help us bind model and view.",
6   "homepage": "https://github.com/draveness/OKObserver",
7   "license": "MIT",
8   "authors": {
9     "Draveness": "stark.draven@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/draveness/OKObserver.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source_files": "OKObserver/Classes/**/*"