blob: f9301581c0348803c1aa1974690a60cc0f5b5187 [file] [log] [blame]
{
"name": "ObservationModule",
"version": "0.1.1",
"summary": "A modular approach to property value observation for generic types.",
"description": "A modular approach to property value observation for generic types. It observes both pre/post value change events.",
"homepage": "https://github.com/oscarafuentes/ObservationModule.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Oscar A. Fuentes": "oscar@tinkr2.com"
},
"source": {
"git": "https://github.com/oscarafuentes/ObservationModule.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "ObservationModule/Classes/**/*"
}