[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / b / 8 / 0 / ZJBaseUtils / 1.2.8 / ZJBaseUtils.podspec.json
blobe495f386d5276ca4022d718e06eba6d43d2bc985
2   "name": "ZJBaseUtils",
3   "version": "1.2.8",
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": "9.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   ],
28   "source": {
29     "git": "https://github.com/Eafy/ZJBaseUtils_iOS.git",
30     "tag": "v1.2.8"
31   },
32   "source_files": [
33     "ZJBaseUtils/*.{h,m,mm,c,hpp,cpp}",
34     "ZJBaseUtils/**/*.{h,m,mm,c,hpp,cpp}"
35   ],
36   "public_header_files": [
37     "ZJBaseUtils/*.h",
38     "ZJBaseUtils/**/*.h"
39   ],
40   "private_header_files": [
41     "ZJBaseUtils/**/ZJSAMKeychain.h",
42     "ZJBaseUtils/**/ZJNetRoute.hpp",
43     "ZJBaseUtils/**/ZJNetRoute.hpp",
44     "ZJBaseUtils/**/ZJBaseVCSharedAPI.h"
45   ],
46   "resource_bundles": {
47     "ZJBundleRes": [
48       "ZJBaseUtils/Resources/*.png"
49     ]
50   }