blob: 0292a8c44f9c0f685e2d9980003e239316ba3bc2 [file] [log] [blame]
{
"name": "ObserverKit",
"version": "1.1.0",
"summary": "Simple library for UIControl, NSNotification, Key Value Observing.",
"homepage": "https://github.com/pompopo/ObserverKit",
"license": "MIT",
"authors": {
"pompopo": "pompopo@gmail.com"
},
"source": {
"git": "https://github.com/pompopo/ObserverKit.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": [
"ObserverKit",
"ObserverKit/*.{h,m}"
],
"exclude_files": "ObserverKitDemo",
"requires_arc": true
}