[Add] AmazonIVSPlayer 1.36.0-rc.2
[CocoaPods.git] / Specs / b / 8 / 0 / ZJBaseUtils / 1.4.0 / ZJBaseUtils.podspec.json
blob3cbc6b708380be2980e5d392aa266a81018811f0
2   "name": "ZJBaseUtils",
3   "version": "1.4.0",
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   "pod_target_xcconfig": {
16     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
17     "EXCLUDED_ARCHS[sdk=iphoneos*]": "armv7s armv7"
18   },
19   "user_target_xcconfig": {
20     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
21     "EXCLUDED_ARCHS[sdk=iphoneos*]": "armv7s armv7"
22   },
23   "frameworks": [
24     "GLKit",
25     "AVFoundation",
26     "CoreLocation",
27     "AssetsLibrary",
28     "SystemConfiguration",
29     "Photos",
30     "Security",
31     "UIKit",
32     "CoreText",
33     "CoreServices",
34     "UserNotifications",
35     "CoreTelephony"
36   ],
37   "source": {
38     "git": "https://github.com/Eafy/ZJBaseUtils_iOS.git",
39     "tag": "v1.4.0"
40   },
41   "source_files": [
42     "ZJBaseUtils/*.{h,m,mm,c,hpp,cpp}",
43     "ZJBaseUtils/**/*.{h,m,mm,c,hpp,cpp}"
44   ],
45   "public_header_files": [
46     "ZJBaseUtils/*.h",
47     "ZJBaseUtils/**/*.h"
48   ],
49   "private_header_files": [
50     "ZJBaseUtils/**/ZJSAMKeychain.h",
51     "ZJBaseUtils/**/ZJNetRoute.hpp",
52     "ZJBaseUtils/**/ZJNetRoute.hpp",
53     "ZJBaseUtils/**/ZJBaseVCSharedAPI.h"
54   ],
55   "resource_bundles": {
56     "ZJBundleRes": [
57       "ZJBaseUtils/Resources/*.png"
58     ]
59   }