[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / f / 6 / b / Observing / 1.1.0 / Observing.podspec.json
blob7607e6bb6e5e1277c514265434a33d5ab45e04ce
2   "name": "Observing",
3   "version": "1.1.0",
4   "summary": "For NSNotificationCenter quick usage",
5   "homepage": "https://github.com/Meniny/Observing",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": "Elias Abel",
11   "source": {
12     "git": "https://github.com/Meniny/Observing.git",
13     "tag": "1.1.0"
14   },
15   "social_media_url": "https://meniny.cn/",
16   "source_files": "Observing/**/*.swift",
17   "requires_arc": true,
18   "platforms": {
19     "ios": "8",
20     "tvos": "10.2",
21     "osx": "10.9",
22     "watchos": "2.0"
23   },
24   "ios": {
25     "frameworks": [
26       "Foundation",
27       "UIKit"
28     ]
29   },
30   "watchos": {
31     "frameworks": "Foundation"
32   },
33   "osx": {
34     "frameworks": "Foundation"
35   },
36   "tvos": {
37     "frameworks": "Foundation"
38   },
39   "description": "Observing is an extension for NSNotificationCenter quick usage",
40   "module_name": "Observing",
41   "pushed_with_swift_version": "4.0"