[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 8 / 2 / 0 / EasyObserve / 1.4.0 / EasyObserve.podspec.json
blobd6745e81a51388d949472aceda76bddda0b47e79
2   "name": "EasyObserve",
3   "version": "1.4.0",
4   "summary": "轻量、便捷的 Swift 观察者模式",
5   "homepage": "https://github.com/AiweiChujian/EasyObserve",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "AiweiChujian": "hellohezhili@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/AiweiChujian/EasyObserve.git",
15     "tag": "1.4.0"
16   },
17   "platforms": {
18     "ios": "10.0",
19     "osx": "11.0"
20   },
21   "swift_versions": "5.0",
22   "subspecs": [
23     {
24       "name": "Foundation",
25       "source_files": "EasyObserve/Classes/Foundation/**/*"
26     },
27     {
28       "name": "UIKit",
29       "platforms": {
30         "ios": "10.0"
31       },
32       "source_files": "EasyObserve/Classes/UIKit/**/*",
33       "dependencies": {
34         "EasyObserve/Foundation": [
36         ]
37       }
38     }
39   ],
40   "swift_version": "5.0"