blob: 3bc5c19846899e653187d3a7b11bbb5d2ea890a9 [file] [log] [blame]
{
"name": "FunkyObjC",
"version": "1.0",
"summary": "Funky is a collection utility with functional extensions.",
"description": "Funky is a utility helper library to help dealing with common array, set and dictionary operations easier. It provides a set of extensions, functional helpers, and even data types to help dealing with nil values in collections. All operations are well unit-tested, so you can rely on the helpers and structures in production code as well.",
"homepage": "https://github.com/tevelee/Funky",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Laszlo Teveli": "tevelee@gmail.com"
},
"source": {
"git": "https://github.com/tevelee/Funky.git",
"tag": "1.0"
},
"header_dir": "Funky",
"module_name": "Funky",
"platforms": {
"ios": "8.0"
},
"frameworks": "Foundation",
"subspecs": [
{
"name": "Core",
"source_files": "Source/Core/**/*"
},
{
"name": "Collections",
"dependencies": {
"FunkyObjC/Core": [
]
},
"subspecs": [
{
"name": "Array",
"source_files": "Source/Collections/Array/**/*"
}
]
},
{
"name": "Interface",
"dependencies": {
"FunkyObjC/Core": [
]
},
"subspecs": [
{
"name": "Object",
"source_files": "Source/Interface/Object/**/*"
},
{
"name": "Array",
"source_files": "Source/Interface/Array/**/*"
},
{
"name": "Set",
"source_files": "Source/Interface/Set/**/*"
},
{
"name": "Dictionary",
"source_files": "Source/Interface/Dictionary/**/*"
}
]
}
]
}