[Delete] NIMSDK_LITE 8.9.122
[CocoaPods.git] / Specs / 0 / b / 5 / PromisesObjC / 2.0.0 / PromisesObjC.podspec.json
blob1060b5d4b37bfae8e19218eb6ea80afa95fb4d5b
2   "name": "PromisesObjC",
3   "version": "2.0.0",
4   "authors": "Google Inc.",
5   "license": {
6     "type": "Apache",
7     "file": "LICENSE"
8   },
9   "homepage": "https://github.com/google/promises",
10   "source": {
11     "git": "https://github.com/google/promises.git",
12     "tag": "2.0.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   "platforms": {
17     "ios": "9.0",
18     "osx": "10.10",
19     "tvos": "9.0",
20     "watchos": "2.0"
21   },
22   "module_name": "FBLPromises",
23   "prefix_header_file": false,
24   "header_mappings_dir": "Sources/FBLPromises/include/",
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   "xcconfig": {
29     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/Sources/FBLPromises/include\""
30   },
31   "testspecs": [
32     {
33       "name": "Tests",
34       "test_type": "unit",
35       "platforms": {
36         "ios": "9.0",
37         "osx": "10.10",
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.10",
51         "tvos": "9.0"
52       },
53       "source_files": [
54         "Tests/FBLPromisesPerformanceTests/*.m",
55         "Sources/FBLPromisesTestHelpers/include/FBLPromisesTestHelpers.h"
56       ]
57     }
58   ]