blob: e8526cdf244b1fe2565c20fef8fc146b2ada78b8 [file] [log] [blame]
{
"name": "ZJBaseUtils",
"version": "1.0.2",
"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",
"license": {
"type": "Apache License 2.0",
"file": "LICENSE"
},
"authors": {
"Eafy": "lizhijian_21@163.com"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"frameworks": [
"UIKit",
"GLKit",
"AVFoundation",
"CoreLocation",
"AssetsLibrary",
"SystemConfiguration",
"Photos",
"Security",
"CoreText"
],
"source": {
"git": "https://github.com/Eafy/ZJBaseUtils.git",
"tag": "1.0.2"
},
"ios": {
"vendored_frameworks": "ZJBaseUtils.framework"
}
}