blob: c2d0820dc4a8a8b56b3c4c483054d9235e503d61 [file] [log] [blame]
{
"name": "ZHObserverSwift",
"version": "0.3",
"summary": "An easy way in Swift to use KVO, prefer block.",
"description": "A wrapper for KVO. It's easy to use and uses block to handle changes.",
"homepage": "https://github.com/zhangbozhb/ZHObserverSwift",
"license": {
"type": "MIT"
},
"authors": {
"travel": "zhangbozhb@gmail.com"
},
"social_media_url": "http://twitter.com/travel_zh",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/zhangbozhb/ZHObserverSwift.git",
"tag": "0.3"
},
"source_files": [
"Sources/*.swift"
],
"exclude_files": "Sources/Exclude"
}