[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / a / c / Agamotto / 0.8.0 / Agamotto.podspec.json
blobb4f30119b38f15f029d0a9246fabd8b3afb5f587
2   "name": "Agamotto",
3   "version": "0.8.0",
4   "summary": "Agamotto is an iOS/macOS/tvOS/watchOS framework that provides block based extensions to KVO and NSNotificationCenter.",
5   "description": "Agamotto is an iOS/macOS/tvOS/watchOS framework that provides block based extensions to KVO and `NSNotificationCenter`. It supports removing the observations upon deallocation. It is based on a portion of the ReactiveCocoa Objective-C framework. It also provides a simplified version of RACCommand class, which can be assigned to various UI controls.",
6   "homepage": "https://github.com/Kosoku/Agamotto",
7   "license": {
8     "type": "MIT",
9     "file": "license.txt"
10   },
11   "authors": {
12     "William Towe": "willbur1984@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/Kosoku/Agamotto.git",
16     "tag": "0.8.0"
17   },
18   "platforms": {
19     "ios": "10.0",
20     "osx": "10.12",
21     "tvos": "10.0",
22     "watchos": "3.0"
23   },
24   "requires_arc": true,
25   "source_files": "Agamotto/**/*.{h,m}",
26   "exclude_files": "Agamotto/Agamotto-Info.h",
27   "ios": {
28     "exclude_files": "Agamotto/macOS"
29   },
30   "osx": {
31     "exclude_files": "Agamotto/iOS"
32   },
33   "tvos": {
34     "exclude_files": "Agamotto/macOS"
35   },
36   "watchos": {
37     "exclude_files": [
38       "Agamotto/iOS",
39       "Agamotto/macOS"
40     ]
41   },
42   "private_header_files": "Agamotto/Private/*.h",
43   "frameworks": "Foundation",
44   "dependencies": {
45     "Stanley": [
47     ]
48   }