blob: 54a89d52be368cfd84577702a9c35a49bbfd79df [file] [log] [blame]
{
"name": "FunctionalObjC",
"version": "1.0.2",
"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.2"
},
"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": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.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}"
}
]
}