blob: 9fff8c58f39ec59de8be8c4ffc8b758ae1a54d04 [file] [log] [blame]
{
"name": "AnyFunction",
"version": "1.0.0",
"summary": "Type tools for manipulating closures of distinct types",
"description": "Type tools for manipulating closures of distinct types.",
"homepage": "https://github.com/damouse/AnyFunction",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mickey Barboi": "mickey.barboi@gmail.com"
},
"source": {
"git": "https://github.com/damouse/AnyFunction.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": [
"AnyFunction",
"AnyFunction/**/*.{swift,h,m}"
],
"requires_arc": true,
"dependencies": {
"DSON": [
"~> 1.0.1"
]
}
}