[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 5 / 4 / b / KXJsonUI / 0.8.3 / KXJsonUI.podspec.json
blob3f5823b4c85701f00c48421fdd1233f712cfe88d
2   "name": "KXJsonUI",
3   "version": "0.8.3",
4   "homepage": "https://github.com/kxzen/KXJsonUI_ios",
5   "summary": "powerful Json UI layout framework for iOS",
6   "authors": {
7     "kxzen": "kevinapp38@gmail.com"
8   },
9   "license": {
10     "type": "MIT",
11     "file": "LICENSE.md"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/kxzen/KXJsonUI_ios.git",
18     "tag": "0.8.3"
19   },
20   "requires_arc": true,
21   "source_files": "KXJsonUI_ios/KXJsonUI_ios/**/*.{h,m,mm}",
22   "public_header_files": "KXJsonUI_ios/KXJsonUI_ios/**/*.h",
23   "private_header_files": "KXJsonUI_ios/KXJsonUI_ios/Private/**/*.h",
24   "frameworks": [
25     "UIKit",
26     "QuartzCore"
27   ],
28   "libraries": "c++",
29   "xcconfig": {
30     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
31     "CLANG_CXX_LIBRARY": "libc++"
32   }