blob: b34445df24fae1143b18ae948f86d4e58a80c43c [file] [log] [blame]
{
"name": "KVOController-Swift",
"version": "1.0.0",
"summary": "Generic, simple key-value observing for Swift",
"description": "\nHave you ever wondered if you can implement a generic key-value observing for Swift. It makes your life easy and safes you a lot of casting.\nThis project is inspired by facebook/KVOController. So, it doesn't only provide a neat UI for KVO', but also makes use of Swift generics feature.\n\n",
"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": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"KVOController-Swift": [
"Pod/Assets/*.png"
]
}
}