[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / f / 6 / 0 / NBPoliteObserver / 1.0.0 / NBPoliteObserver.podspec.json
blob92322c696f0d52ab840676dcd0730b4635b101aa
2   "name": "NBPoliteObserver",
3   "version": "1.0.0",
4   "summary": "A Polite KVO observer that removes itself automatically when observed object deallocates... instead of rudely crashing",
5   "description": "\"A Polite KVO observer that removes itself automatically when observed object deallocates... instead of rudely crashing\"",
6   "homepage": "https://github.com/Noambaron/NBPoliteObserver",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Noam": "https://github.com/Noambaron"
13   },
14   "platforms": {
15     "ios": null
16   },
17   "source": {
18     "git": "https://github.com/Noambaron/NBPoliteObserver.git",
19     "tag": "1.0.0"
20   },
21   "source_files": [
22     "NBPoliteObserver",
23     "NBPoliteObserver/**/*.{h,m}"
24   ]