[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / a / c / Agamotto / 0.4.0 / Agamotto.podspec.json
blob072ad9fe3e5f3e19d332390deffad0a795e042b8
2   "name": "Agamotto",
3   "version": "0.4.0",
4   "summary": "Agamotto is an iOS/macOS/tvOS/watchOS framework that provides block based extensions to KVO.",
5   "description": "Agamotto is an iOS/macOS/tvOS/watchOS framework that provides block based extensions to KVO. It supports removing the observations upon deallocation. It is based on a portion of the ReactiveCocoa Objective-C framework.",
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.4.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   "osx": {
28     "exclude_files": "Agamotto/iOS"
29   },
30   "watchos": {
31     "exclude_files": "Agamotto/iOS"
32   },
33   "private_header_files": "Agamotto/Private/*.h",
34   "frameworks": "Foundation",
35   "dependencies": {
36     "Stanley": [
38     ]
39   }