blob: 072ad9fe3e5f3e19d332390deffad0a795e042b8 [file] [log] [blame]
{
"name": "Agamotto",
"version": "0.4.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.4.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",
"osx": {
"exclude_files": "Agamotto/iOS"
},
"watchos": {
"exclude_files": "Agamotto/iOS"
},
"private_header_files": "Agamotto/Private/*.h",
"frameworks": "Foundation",
"dependencies": {
"Stanley": [
]
}
}