[Add] DocumentReaderMRZBarcodeStage 7.5.10793
[CocoaPods.git] / Specs / 0 / b / 5 / PromisesObjC / 2.3.1 / PromisesObjC.podspec.json
blob35e1d470c1c06417154ec1b8a5e3e279aa5bfaf6
2   "name": "PromisesObjC",
3   "version": "2.3.1",
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.3.1"
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   "platforms": {
17     "ios": "9.0",
18     "osx": "10.11",
19     "tvos": "9.0",
20     "watchos": "2.0"
21   },
22   "module_name": "FBLPromises",
23   "prefix_header_file": false,
24   "header_dir": "./",
25   "public_header_files": "Sources/FBLPromises/include/**/*.h",
26   "private_header_files": "Sources/FBLPromises/include/FBLPromisePrivate.h",
27   "source_files": "Sources/FBLPromises/**/*.{h,m}",
28   "pod_target_xcconfig": {
29     "DEFINES_MODULE": "YES"
30   },
31   "testspecs": [
32     {
33       "name": "Tests",
34       "test_type": "unit",
35       "platforms": {
36         "ios": "9.0",
37         "osx": "10.11",
38         "tvos": "9.0"
39       },
40       "source_files": [
41         "Tests/FBLPromisesTests/*.m",
42         "Sources/FBLPromisesTestHelpers/include/FBLPromisesTestHelpers.h"
43       ]
44     },
45     {
46       "name": "PerformanceTests",
47       "test_type": "unit",
48       "platforms": {
49         "ios": "9.0",
50         "osx": "10.11",
51         "tvos": "9.0"
52       },
53       "source_files": [
54         "Tests/FBLPromisesPerformanceTests/*.m",
55         "Sources/FBLPromisesTestHelpers/include/FBLPromisesTestHelpers.h"
56       ]
57     }
58   ]