[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 8 / e / a / GaiaXiOS / 0.4.0 / GaiaXiOS.podspec.json
blobe2f15101ea33f94933b610d750d3ec4784199f38
2   "name": "GaiaXiOS",
3   "version": "0.4.0",
4   "platforms": {
5     "ios": "9.0"
6   },
7   "summary": "dynamic template engine is a lightweight cross-end solution of pure native dynamic card",
8   "homepage": "https://github.com/alibaba/GaiaX",
9   "authors": {
10     "jingcheng.zjc": "jingcheng.zjc@alibaba-inc.com"
11   },
12   "source": {
13     "git": "https://github.com/alibaba/GaiaX.git",
14     "tag": "0.4.0"
15   },
16   "source_files": "GaiaXiOS/**/*.{h,m,mm,c,cpp,hpp}",
17   "xcconfig": {
18     "ENABLE_BITCODE": "NO"
19   },
20   "requires_arc": true,
21   "libraries": "c++",
22   "weak_frameworks": "XCTest",
23   "vendored_libraries": "GaiaXiOS/**/*.{a}",
24   "dependencies": {
25     "YYText": [
27     ],
28     "SDWebImage": [
30     ],
31     "GaiaMotionCurve": [
33     ]
34   },
35   "pod_target_xcconfig": {
36     "VALID_ARCHS": "arm64 armv7 x86_64"
37   },
38   "license": {
39     "type": "Apache License, Version 2.0",
40     "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"
41   }