[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / a / d / 7 / KISObserver / 1.1.0 / KISObserver.podspec.json
blob128ae056bfe3a6e447fa4282fe0b5d7e4834d05f
2   "name": "KISObserver",
3   "version": "1.1.0",
4   "summary": "An easy way to use the Key-Value Observing (KVO) pattern 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.1.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   ]