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