[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 7 / 8 / 6 / TCUtil / 1.0.1 / TCUtil.podspec.json
bloba2e2e3e36a3857cefda7b5ee4160d06366a8eadc
2   "name": "TCUtil",
3   "version": "1.0.1",
4   "summary": "iOS OC基础库Util",
5   "description": "iOS OC基础库Util,目前支持:系统类扩展、文件操作、调试、系统信息、json/xml解析、绘制等方便开发的工具类",
6   "homepage": "https://github.com/flatads/tcutil",
7   "license": "MIT",
8   "authors": {
9     "flatincbr": "flatincbr.dev@gmail.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/flatads/tcutil.git",
16     "tag": "1.0.1"
17   },
18   "libraries": "c++",
19   "requires_arc": true,
20   "static_framework": true,
21   "frameworks": [
22     "AdSupport",
23     "Foundation",
24     "Security",
25     "SystemConfiguration",
26     "CoreTelephony",
27     "MobileCoreServices"
28   ],
29   "public_header_files": "TCUtil/**/*.h",
30   "source_files": [
31     "TCUtil",
32     "TCUtil/**/*.{h,m,mm}"
33   ],
34   "vendored_frameworks": "TCUtil/**/*.{framework}",
35   "pod_target_xcconfig": {
36     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
37   },
38   "user_target_xcconfig": {
39     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
40   }