blob: 25e6b89944ee22bd47a2e2e0a429fac8f2e5aade [file] [log] [blame]
{
"name": "YJUtil",
"version": "1.0.3",
"license": "MIT",
"summary": "iOS工具类",
"homepage": "https://github.com/Liuyujiaodev/YJUtil.git",
"authors": "liuyujiao",
"source": {
"git": "https://github.com/Liuyujiaodev/YJUtil.git",
"tag": "1.0.3"
},
"description": "。",
"source_files": "YJUtil/**/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit",
"AdSupport",
"CoreTelephony",
"CoreLocation"
],
"dependencies": {
"Reachability": [
],
"YJBase64": [
],
"YJCategory": [
]
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
}
}