[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 8 / 1 / f / yoga-ios / 0.56.1 / yoga-ios.podspec.json
blobe7d690bb90bd49799d22c0ff17f69b413957fc25
2   "name": "yoga-ios",
3   "version": "0.56.1",
4   "summary": "yoga Source for React Native iOS",
5   "homepage": "https://github.com/ReactNativeiOS/yoga-ios",
6   "license": {
7     "type": "Apache License, Version 2.0",
8     "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"
9   },
10   "authors": {
11     "wade0317": "weishqdev@gmail.com"
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/ReactNativeiOS/yoga-ios.git",
18     "tag": "0.56.1"
19   },
20   "source_files": "yoga/**/*.{cpp,h}",
21   "public_header_files": "yoga/{Yoga,YGEnums,YGMacros}.h",
22   "module_name": "yoga",
23   "requires_arc": false,
24   "compiler_flags": [
25     "-fno-omit-frame-pointer",
26     "-fexceptions",
27     "-Wall",
28     "-Werror",
29     "-std=c++1y",
30     "-fPIC"
31   ],
32   "xcconfig": {
33     "USER_HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/yoga-ios/**\"",
34     "HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/yoga-ios/**\""
35   }