blob: 696685099a32495403643817487cd1c96dc1b6ba [file] [log] [blame]
{
"name": "MLFPromisesObjC",
"version": "1.2.8",
"authors": "Google Inc.",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"homepage": "https://github.com/google/promises",
"source": {
"git": "https://github.com/google/promises.git",
"tag": "1.2.8"
},
"summary": "Synchronization construct for Objective-C",
"description": "Promises is a modern framework that provides a synchronization construct for\nObjective-C to facilitate writing asynchronous code.",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"module_name": "FBLPromises",
"prefix_header_file": false,
"header_mappings_dir": "Sources/FBLPromises/include/",
"public_header_files": "Sources/FBLPromises/include/**/*.h",
"private_header_files": "Sources/FBLPromises/include/FBLPromisePrivate.h",
"source_files": "Sources/FBLPromises/**/*.{h,m}",
"module_map": "Sources/FBLPromises/include/framework.modulemap",
"pod_target_xcconfig": {
"HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/Sources/FBLPromises/include\""
},
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": [
"Tests/FBLPromisesTests/*.m",
"Sources/FBLPromisesTestHelpers/include/FBLPromisesTestHelpers.h"
]
},
{
"name": "PerformanceTests",
"test_type": "unit",
"source_files": [
"Tests/FBLPromisesPerformanceTests/*.m",
"Sources/FBLPromisesTestHelpers/include/FBLPromisesTestHelpers.h"
]
}
]
}