[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 8 / 6 / TCUtil / 1.0.2 / TCUtil.podspec.json
blobde3723440804ce086eaf2353321f1f91ff00c651
2   "name": "TCUtil",
3   "version": "1.0.2",
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.2"
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   "vendored_frameworks": "TCUtil/**/*.{framework}",
30   "pod_target_xcconfig": {
31     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
32   },
33   "user_target_xcconfig": {
34     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
35   }