blob: a7b921e8241137120bc8ecad12c7148ee662fb65 [file] [log] [blame]
{
"name": "SimpleKVO",
"version": "0.1.0",
"summary": "SimpleKVO is a Library that brings key-value observing to Swift without any Objective-C dependencies",
"description": "Simple and light weight library that brings key-value observing to Swift without any Objective-C dependencies",
"homepage": "https://github.com/alokard/SimpleKVO",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Eugene Tulusha": "tulusheg@gmail.com"
},
"social_media_url": "http://twitter.com/alokard",
"platforms": {
"ios": "8.0",
"watchos": "2.0",
"tvos": "9.0",
"osx": "10.9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/alokard/SimpleKVO.git",
"tag": "0.1.0",
"submodules": true
},
"source_files": "Sources/**/*.{h,swift}"
}