blob: 18a2699def407e8b2121129673438f628bc3d952 [file] [log] [blame]
{
"name": "KVOController-Swift",
"version": "2.0.1",
"summary": "Generic, simple key-value observing for Swift",
"description": "**Supports Swift 3.0**\n\nHave you ever wondered if you can implement a generic key-value observing for Swift. It makes your life easy and saves you a lot of casting.\nThis project is inspired by facebook/KVOController. So, it doesn't only provide a neat API for KVO', but also makes use of Swift generics feature.",
"homepage": "https://github.com/mohamede1945/KVOController-Swift",
"license": "MIT",
"authors": {
"Mohamed Afifi": "mohamede1945@gmail.com"
},
"source": {
"git": "https://github.com/mohamede1945/KVOController-Swift.git",
"tag": "2.0.1"
},
"social_media_url": "https://twitter.com/mohamede1945",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Sources/**/*"
}