2 "name": "FBLFunctional",
4 "authors": "Google Inc.",
9 "homepage": "https://github.com/google/functional-objc",
11 "git": "https://github.com/google/functional-objc.git",
14 "summary": "Functional operators for Objective-C",
15 "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.",
21 "prefix_header_file": false,
22 "source_files": "Sources/FBLFunctional/**/*.{h,m}"