[Add] FaceSDKNightly 6.4.2305
[CocoaPods.git] / Specs / 0 / b / 5 / PromisesObjC / 2.4.0 / PromisesObjC.podspec.json
blobb1aff27fc72655eb3050323e298466d52090793a
2   "name": "PromisesObjC",
3   "version": "2.4.0",
4   "authors": "Google Inc.",
5   "license": {
6     "type": "Apache-2.0",
7     "file": "LICENSE"
8   },
9   "homepage": "https://github.com/google/promises",
10   "source": {
11     "git": "https://github.com/google/promises.git",
12     "tag": "2.4.0"
13   },
14   "summary": "Synchronization construct for Objective-C",
15   "description": "Promises is a modern framework that provides a synchronization construct for\nObjective-C to facilitate writing asynchronous code.",
16   "cocoapods_version": ">= 1.12.0",
17   "platforms": {
18     "ios": "9.0",
19     "osx": "10.11",
20     "tvos": "9.0",
21     "watchos": "2.0",
22     "visionos": "1.0"
23   },
24   "module_name": "FBLPromises",
25   "prefix_header_file": false,
26   "header_dir": "./",
27   "public_header_files": "Sources/FBLPromises/include/**/*.h",
28   "private_header_files": "Sources/FBLPromises/include/FBLPromisePrivate.h",
29   "source_files": "Sources/FBLPromises/**/*.{h,m}",
30   "resource_bundles": {
31     "FBLPromises_Privacy": "Sources/FBLPromises/Resources/PrivacyInfo.xcprivacy"
32   },
33   "pod_target_xcconfig": {
34     "DEFINES_MODULE": "YES"
35   },
36   "testspecs": [
37     {
38       "name": "Tests",
39       "test_type": "unit",
40       "platforms": {
41         "ios": "9.0",
42         "osx": "10.11",
43         "tvos": "9.0"
44       },
45       "source_files": [
46         "Tests/FBLPromisesTests/*.m",
47         "Sources/FBLPromisesTestHelpers/include/FBLPromisesTestHelpers.h"
48       ]
49     },
50     {
51       "name": "PerformanceTests",
52       "test_type": "unit",
53       "platforms": {
54         "ios": "9.0",
55         "osx": "10.11",
56         "tvos": "9.0"
57       },
58       "source_files": [
59         "Tests/FBLPromisesPerformanceTests/*.m",
60         "Sources/FBLPromisesTestHelpers/include/FBLPromisesTestHelpers.h"
61       ]
62     }
63   ]