blob: 2bfa56e6ea0936ef7e78f7e1a8cbf0fe28d4bb5a [file] [log] [blame]
{
"name": "ZJBaseUtils",
"version": "1.1.5-beta5",
"summary": "Provide common、general、basic API and extensions for iOS Platform.",
"description": "Provide common、general、basic API and extensions for iOS Platform.",
"homepage": "https://github.com/Eafy/ZJBaseUtils_iOS",
"license": {
"type": "MIT"
},
"authors": "Eafy",
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"frameworks": [
"GLKit",
"AVFoundation",
"CoreLocation",
"AssetsLibrary",
"SystemConfiguration",
"Photos",
"Security",
"UIKit",
"CoreText",
"CoreServices",
"UserNotifications"
],
"source": {
"git": "https://github.com/Eafy/ZJBaseUtils_iOS.git",
"tag": "v1.1.5-beta5"
},
"source_files": [
"ZJBaseUtils/*.{h,m,mm,c,hpp,cpp}",
"ZJBaseUtils/**/*.{h,m,mm,c,hpp,cpp}"
],
"public_header_files": [
"ZJBaseUtils/*.h",
"ZJBaseUtils/**/*.h"
],
"private_header_files": [
"ZJBaseUtils/**/ZJSAMKeychain.h",
"ZJBaseUtils/**/ZJNetRoute.hpp"
],
"resource_bundles": {
"ZJBundleRes": [
"ZJBaseUtils/Resources/*.png"
]
}
}