blob: b52a4c2cfb7a0e15d84e9264a8e92117e8efe3b4 [file] [log] [blame]
{
"name": "FBLFunctional",
"version": "1.0",
"authors": "Google Inc.",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"homepage": "https://github.com/google/functional-objc",
"source": {
"git": "https://github.com/google/functional-objc.git",
"tag": "1.0"
},
"summary": "Functional operators for Objective-C",
"description": "An Objective-C library of functional operators, derived from Swift.Sequence,\nthat help you write more concise and readable code for collection\ntransformations. Foundation collections supported include: NSArray,\nNSDictionary, NSOrderedSet, and NSSet.",
"platforms": {
"ios": "9.0",
"osx": "10.10",
"tvos": "9.0"
},
"prefix_header_file": false,
"source_files": "Sources/FBLFunctional/**/*.{h,m}"
}