[Add] PubNubSwift 8.2.3
[CocoaPods.git] / Specs / a / d / 7 / KISObserver / 1.0.0 / KISObserver.podspec.json
blobb76b157a406222bac032b4c975bcb00695b0aa42
2   "name": "KISObserver",
3   "version": "1.0.0",
4   "summary": "A Keep-It-Simple implementation of the KVO with blocks and selectors.",
5   "homepage": "https://github.com/RomainLo/KISObserver",
6   "license": "MIT",
7   "source": {
8     "git": "https://github.com/RomainLo/KISObserver.git",
9     "tag": "1.0.0"
10   },
11   "authors": {
12     "Romain Lofaso": "romain.lofaso@gmail.com"
13   },
14   "platforms": {
15     "ios": "5.0",
16     "osx": "10.7"
17   },
18   "requires_arc": true,
19   "source_files": "Classes/**/*.{h,m}",
20   "private_header_files": "Classes/*Observation*.h",
21   "public_header_files": [
22     "Classes/KISObserver.h",
23     "Classes/NSObject+KISObserver.h",
24     "Classes/KISNotification.h"
25   ]