[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / a / 7 / 8 / folly-ios / 2016.10.31.00 / folly-ios.podspec.json
bloba78b0602c2ffdec96ae7e157d0202395362d95b0
2   "name": "folly-ios",
3   "module_name": "folly",
4   "version": "2016.10.31.00",
5   "summary": "yoga Source for React Native iOS",
6   "homepage": "https://github.com/facebook/folly",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "text": "    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n"
10   },
11   "authors": {
12     "wade0317": "weishqdev@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/ReactNativeiOS/folly-ios.git",
19     "tag": "2016.10.31.00"
20   },
21   "source_files": [
22     "folly/Bits.cpp",
23     "folly/Conv.cpp",
24     "folly/Demangle.cpp",
25     "folly/StringBase.cpp",
26     "folly/Unicode.cpp",
27     "folly/dynamic.cpp",
28     "folly/json.cpp",
29     "folly/portability/BitsFunctexcept.cpp",
30     "folly/detail/MallocImpl.cpp"
31   ],
32   "preserve_paths": [
33     "folly/*.h",
34     "folly/detail/*.h",
35     "folly/portability/*.h"
36   ],
37   "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1",
38   "libraries": "stdc++",
39   "pod_target_xcconfig": {
40     "USE_HEADERMAP": "NO",
41     "CLANG_CXX_LANGUAGE_STANDARD": "c++14",
42     "HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)\" \"$(PODS_ROOT)/boost-for-react-native\" \"$(PODS_ROOT)/DoubleConversion\""
43   },
44   "dependencies": {
45     "boost-for-react-native": [
47     ],
48     "DoubleConversion": [
50     ],
51     "glog": [
53     ]
54   }