blob: a9ff8c6f6f39eab8c8ea1a377d6215bcb34f4831 [file] [log] [blame]
{
"name": "MCObservation",
"version": "0.1",
"platforms": {
"ios": "7.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "Easy-to-use, fire-and-forget KVO and notifications.",
"homepage": "https://github.com/matthewcheok/MCObservation",
"authors": {
"Matthew Cheok": "cheok.jz@gmail.com"
},
"requires_arc": true,
"source": {
"git": "https://github.com/matthewcheok/MCObservation.git",
"branch": "master",
"tag": "0.1"
},
"source_files": "MCObservation/*.{h,m}",
"public_header_files": "MCObservation/*.h"
}