[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / b / 8 / 0 / ZJBaseUtils / 1.0.3 / ZJBaseUtils.podspec.json
blob6e9febde343a4e4481466287ba2df03afcdf16b7
2   "name": "ZJBaseUtils",
3   "version": "1.0.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": "Apache License 2.0",
9     "file": "LICENSE"
10   },
11   "authors": "Eafy",
12   "requires_arc": true,
13   "platforms": {
14     "ios": "8.0"
15   },
16   "frameworks": [
17     "GLKit",
18     "AVFoundation",
19     "CoreLocation",
20     "AssetsLibrary",
21     "SystemConfiguration",
22     "Photos",
23     "Security",
24     "UIKit",
25     "CoreText",
26     "CoreServices",
27     "UserNotifications"
28   ],
29   "source": {
30     "git": "https://github.com/Eafy/ZJBaseUtils_iOS.git",
31     "tag": "v1.0.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": "ZJBaseUtils/**/ZJSAMKeychain.h"