[Add] FluentIcons 1.1.268
[CocoaPods.git] / Specs / 0 / b / 5 / PromisesObjC / 1.0.0 / PromisesObjC.podspec.json
blobc9ec8cd81691cd2599d0be3b6f2f71f0268d4c4c
2   "name": "PromisesObjC",
3   "version": "1.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": "1.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   },
21   "module_name": "FBLPromises",
22   "prefix_header_file": false,
23   "header_mappings_dir": "Sources/FBLPromises/include/",
24   "public_header_files": "Sources/FBLPromises/include/**/*.h",
25   "private_header_files": [
26     "Sources/FBLPromises/include/FBLPromiseErrorPrivate.h",
27     "Sources/FBLPromises/include/FBLPromisePrivate.h"
28   ],
29   "source_files": "Sources/FBLPromises/**/*.{h,m}",
30   "xcconfig": {
31     "HEADER_SEARCH_PATHS": "\"${PODS_TARGET_SRCROOT}/Sources/FBLPromises/include\""
32   },
33   "testspecs": [
34     {
35       "name": "Tests",
36       "test_type": "unit",
37       "source_files": [
38         "Tests/FBLPromisesTests/*.m",
39         "Sources/FBLPromisesTestHelpers/include/FBLPromisesTestHelpers.h"
40       ]
41     },
42     {
43       "name": "PerformanceTests",
44       "test_type": "unit",
45       "source_files": [
46         "Tests/FBLPromisesPerformanceTests/*.m",
47         "Sources/FBLPromisesTestHelpers/include/FBLPromisesTestHelpers.h"
48       ]
49     }
50   ]