blob: 42451766a4f2e487b5878f4a3f56af6e2c4cd383 [file] [log] [blame]
{
"name": "ZHObserverSwift",
"version": "1.1",
"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": "1.1"
},
"source_files": [
"Sources/*.swift"
],
"exclude_files": "Sources/Exclude",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"pushed_with_swift_version": "3.0"
}