[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / b / 8 / 0 / ZJBaseUtils / 1.4.3 / ZJBaseUtils.podspec.json
blob124ac086ae994ea5ad9787f5fd22580b03702a79
2   "name": "ZJBaseUtils",
3   "version": "1.4.3",
4   "summary": "Provide common、general、basic API and extensions for iOS Platform.",
5   "description": "Provide common、general、basic API and extensions for iOS Platform.",
6   "homepage": "https://github.com/Eafy/ZJBaseUtils_iOS",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": "Eafy",
11   "requires_arc": true,
12   "platforms": {
13     "ios": "11.0"
14   },
15   "swift_versions": "5.0",
16   "pod_target_xcconfig": {
17     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
18     "EXCLUDED_ARCHS[sdk=iphoneos*]": "armv7s armv7"
19   },
20   "user_target_xcconfig": {
21     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
22     "EXCLUDED_ARCHS[sdk=iphoneos*]": "armv7s armv7"
23   },
24   "frameworks": [
25     "GLKit",
26     "AVFoundation",
27     "CoreLocation",
28     "AssetsLibrary",
29     "SystemConfiguration",
30     "Photos",
31     "Security",
32     "UIKit",
33     "CoreText",
34     "CoreServices",
35     "UserNotifications",
36     "CoreTelephony"
37   ],
38   "source": {
39     "git": "https://github.com/Eafy/ZJBaseUtils_iOS.git",
40     "tag": "v1.4.3"
41   },
42   "source_files": [
43     "ZJBaseUtils/*.{h,m,mm,c,hpp,cpp,swift}",
44     "ZJBaseUtils/**/*.{h,m,mm,c,hpp,cpp,swift}"
45   ],
46   "public_header_files": [
47     "ZJBaseUtils/*.h",
48     "ZJBaseUtils/**/*.h"
49   ],
50   "private_header_files": [
51     "ZJBaseUtils/**/ZJSAMKeychain.h",
52     "ZJBaseUtils/**/ZJNetRoute.hpp",
53     "ZJBaseUtils/**/ZJNetRoute.hpp",
54     "ZJBaseUtils/**/ZJBaseVCSharedAPI.h"
55   ],
56   "resource_bundles": {
57     "ZJBundleRes": [
58       "ZJBaseUtils/Resources/*.png"
59     ]
60   },
61   "swift_version": "5.0"