[Add] CastledNotificationService 4.1.3
[CocoaPods.git] / Specs / a / b / 7 / UIImage+FBLAdditions / 1.0.0 / UIImage+FBLAdditions.podspec.json
blob4bebb7e7f8bba31ffb5447c36b0eb45c2671a411
2   "name": "UIImage+FBLAdditions",
3   "version": "1.0.0",
4   "authors": "Google Inc.",
5   "license": {
6     "type": "Apache",
7     "file": "LICENSE"
8   },
9   "homepage": "https://github.com/google/uiimage-additions",
10   "source": {
11     "git": "https://github.com/google/uiimage-additions.git",
12     "tag": "1.0.0"
13   },
14   "summary": "UIImage Additions",
15   "description": "A collection of miscellaneous utilities for `UIImage` that provide various\nimage transformations with minimal memory footprint.",
16   "platforms": {
17     "ios": "9.0"
18   },
19   "prefix_header_file": false,
20   "public_header_files": "Sources/UIImage+FBLAdditions/include/**/*.h",
21   "source_files": "Sources/UIImage+FBLAdditions/**/*.{h,m}",
22   "xcconfig": {
23     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/Sources/UIImage+FBLAdditions/include\""
24   },
25   "testspecs": [
26     {
27       "name": "Tests",
28       "test_type": "unit",
29       "source_files": [
30         "Tests/UIImage+FBLAdditionsTests/*.m",
31         "Sources/UIImage+FBLAdditionsTestHelpers/include/UIImage+FBLAdditionsTestHelpers.h",
32         "Sources/UIImage+FBLAdditionsTestHelpers/UIImage+FBLAdditionsTestHelpers.m"
33       ]
34     }
35   ]