[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 7 / 8 / 4 / ZHObserverSwift / 1.1 / ZHObserverSwift.podspec.json
blob42451766a4f2e487b5878f4a3f56af6e2c4cd383
2   "name": "ZHObserverSwift",
3   "version": "1.1",
4   "summary": "An easy way in Swift to use KVO, prefer block.",
5   "description": "A wrapper for KVO. It's easy to use and uses block to handle changes.",
6   "homepage": "https://github.com/zhangbozhb/ZHObserverSwift",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "travel": "zhangbozhb@gmail.com"
12   },
13   "social_media_url": "http://twitter.com/travel_zh",
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/zhangbozhb/ZHObserverSwift.git",
19     "tag": "1.1"
20   },
21   "source_files": [
22     "Sources/*.swift"
23   ],
24   "exclude_files": "Sources/Exclude",
25   "pod_target_xcconfig": {
26     "SWIFT_VERSION": "3.0"
27   },
28   "pushed_with_swift_version": "3.0"