blob: 4bebb7e7f8bba31ffb5447c36b0eb45c2671a411 [file] [log] [blame]
{
"name": "UIImage+FBLAdditions",
"version": "1.0.0",
"authors": "Google Inc.",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"homepage": "https://github.com/google/uiimage-additions",
"source": {
"git": "https://github.com/google/uiimage-additions.git",
"tag": "1.0.0"
},
"summary": "UIImage Additions",
"description": "A collection of miscellaneous utilities for `UIImage` that provide various\nimage transformations with minimal memory footprint.",
"platforms": {
"ios": "9.0"
},
"prefix_header_file": false,
"public_header_files": "Sources/UIImage+FBLAdditions/include/**/*.h",
"source_files": "Sources/UIImage+FBLAdditions/**/*.{h,m}",
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/Sources/UIImage+FBLAdditions/include\""
},
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": [
"Tests/UIImage+FBLAdditionsTests/*.m",
"Sources/UIImage+FBLAdditionsTestHelpers/include/UIImage+FBLAdditionsTestHelpers.h",
"Sources/UIImage+FBLAdditionsTestHelpers/UIImage+FBLAdditionsTestHelpers.m"
]
}
]
}