blob: bb8a5809e821859a7804bd7a6b2e9f1f8891495c [file] [log] [blame]
{
"name": "KVOController-Swift",
"version": "1.0.1",
"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 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.\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.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"KVOController-Swift": [
"Pod/Assets/*.png"
]
}
}