[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / f / a / c / Agamotto / 0.3.0 / Agamotto.podspec.json
blob6d2c104e5b6f57596393eb81153261095417ee62
2   "name": "Agamotto",
3   "version": "0.3.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.3.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   "private_header_files": "Agamotto/Private/*.h",
28   "frameworks": "Foundation"