blob: 1539ecd2e611fdad9949b1c3d9bf640984b898a6 [file] [log] [blame]
{
"name": "ZJBaseUtils",
"version": "1.0.beta4",
"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.0.beta4"
},
"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"
}