blob: 563390afe3a7ad87225ced7a1ff6c4f8296f4fdb [file] [log] [blame]
{
"name": "FunctionalObjectiveC",
"version": "0.9.29",
"summary": "FunctionalObjectiveC is a strange functional framework.",
"description": "A strange functional framework, inspired by ramda.js and Haskell.",
"homepage": "https://github.com/arkadeleon/FunctionalObjectiveC",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Leon": "leon@leonandvane.date"
},
"source": {
"git": "https://github.com/arkadeleon/FunctionalObjectiveC.git",
"tag": "0.9.29"
},
"platforms": {
"ios": "8.0"
},
"source_files": "FunctionalObjectiveC/**/*.{h,m}",
"private_header_files": "FunctionalObjectiveC/Categories/NSString+Characters.h",
"exclude_files": "FunctionalObjectiveC/Info.plist",
"frameworks": "Foundation"
}