blob: a93dec1394f50d84757f13fb6c409673fcf2a6f7 [file] [log] [blame]
{
"name": "CLBlockObservation",
"version": "0.1.0",
"summary": "No hassle Objective-C blocks-based KVO library with automatic removal",
"homepage": "https://github.com/eladb/CLBlockObservation",
"license": "MIT",
"authors": {
"Elad Ben-Israel": "elad.benisrael@gmail.com"
},
"source": {
"git": "https://github.com/eladb/CLBlockObservation.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/emeshbi",
"requires_arc": true,
"source_files": "CLBlockObservation",
"platforms": {
"ios": "6.0"
},
"public_header_files": "CLBlockObservation/*.h"
}