blob: 64942fb48f035760fd2c60b1b0864e637140292a [file] [log] [blame]
{
"name": "Agamotto",
"version": "0.1.0",
"summary": "Agamotto is an iOS/macOS/tvOS/watchOS framework that provides block based extensions to KVO.",
"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.",
"homepage": "https://github.com/Kosoku/Agamotto",
"license": {
"type": "MIT",
"file": "license.txt"
},
"authors": {
"William Towe": "willbur1984@gmail.com"
},
"source": {
"git": "https://github.com/Kosoku/Agamotto.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"requires_arc": true,
"source_files": "Agamotto/**/*.{h,m}",
"exclude_files": "Agamotto/Agamotto-Info.h",
"private_header_files": "Agamotto/Private/*.h",
"frameworks": "Foundation"
}