blob: b3e16e2744fab1063f031339868b72d599daa173 [file] [log] [blame]
{
"name": "ObserverKit",
"version": "1.2.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.2.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": [
"ObserverKit",
"ObserverKit/*.{h,m}"
],
"exclude_files": "ObserverKitDemo",
"requires_arc": true
}