blob: 54f26d2d6ed7df8e676fdd69fc238dd30b33cb93 [file] [log] [blame]
{
"name": "FunctionalObjC",
"version": "1.0.1",
"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.1"
},
"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"
},
"module_name": "FBLFunctional",
"prefix_header_file": false,
"source_files": "Sources/FBLFunctional/**/*.{h,m}",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/FBLFunctionalTests/*.{h,m}"
}
]
}