[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 4 / 6 / 7 / follyJM / 2018.10.22.00-alpha / follyJM.podspec.json
blob21075098392754087e6effd3868cd3fbdbe445ee
2   "name": "follyJM",
3   "version": "2018.10.22.00-alpha",
4   "license": {
5     "type": "Apache License, Version 2.0"
6   },
7   "homepage": "https://github.com/JimiPlatform/folly",
8   "summary": "folly for iOS ReactNative",
9   "authors": [
10     "Jimi",
11     "Facebook"
12   ],
13   "source": {
14     "git": "https://github.com/JimiPlatform/folly.git",
15     "tag": "2018.10.22.00-alpha"
16   },
17   "libraries": "stdc++",
18   "compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "xcconfig": {
23     "VALID_ARCHS": "armv7s armv7 x86_64 arm64 arm64e"
24   },
25   "dependencies": {
26     "glogJM": [
27       "0.3.5-alpha"
28     ],
29     "DoubleConversionJM": [
30       "1.1.6-alpha"
31     ],
32     "boost-for-react-native": [
33       "1.63.0"
34     ]
35   },
36   "ios": {
37     "vendored_frameworks": "folly.framework"
38   }