[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 4 / b / react-native-folly / 0.1.0 / react-native-folly.podspec.json
blob329623a80a79bf5c999c67716d529e8911216dcd
2   "name": "react-native-folly",
3   "version": "0.1.0",
4   "summary": "iOS framework of Folly that support use_frameworks!.",
5   "description": "Folly has stoped updating until version 2016.09.26.00 on CocoaPods. We want to create a react-native vessel to integrate with the main project. But it was not supported by the old version. So this the reasion that folly-ios lib presented.",
6   "homepage": "https://github.com/beatjs/folly-ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Liam Xu": "liamxujia@outlook.com"
13   },
14   "source": {
15     "git": "https://github.com/beatjs/folly-ios.git",
16     "tag": "0.1.0"
17   },
18   "module_name": "folly",
19   "platforms": {
20     "ios": "11.0"
21   },
22   "pod_target_xcconfig": {
23     "USE_HEADERMAP": "NO",
24     "CLANG_CXX_LANGUAGE_STANDARD": "c++14",
25     "HEADER_SEARCH_PATHS": "\"$(PODS_TARGET_SRCROOT)\" \"$(PODS_ROOT)/boost-for-react-native\" \"$(PODS_ROOT)/DoubleConversion\""
26   },
27   "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -DFOLLY_HAVE_PTHREAD=1 -Wno-comma -Wno-documentation -Wno-unguarded-availability -Wno-unreachable-code",
28   "source_files": "folly/**/*.{cpp}",
29   "preserve_paths": [
30     "folly/*.h",
31     "folly/container/*.h",
32     "folly/container/detail/*.h",
33     "folly/detail/*.h",
34     "folly/functional/*.h",
35     "folly/hash/*.h",
36     "folly/lang/*.h",
37     "folly/memory/*.h",
38     "folly/memory/detail/*.h",
39     "folly/net/*.h",
40     "folly/net/detail/*.h",
41     "folly/portability/*.h"
42   ],
43   "dependencies": {
44     "boost-for-react-native": [
46     ],
47     "DoubleConversion": [
49     ],
50     "glog": [
52     ]
53   }