blob: 55091a6e02519e6347aecbb2538030db86483517 [file] [log] [blame]
{
"name": "PoporOcSafe",
"version": "1.0",
"summary": "Popor 常用的数据安全方法",
"homepage": "https://gitee.com/popor/PoporOcSafe",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"popor": "908891024@qq.com"
},
"source": {
"git": "https://gitee.com/popor/PoporOcSafe.git",
"tag": "1.0"
},
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"tvos": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"osx": {
"frameworks": [
"Foundation",
"AppKit"
]
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"source_files": "PoporOcSafe/Classes/**/*",
"dependencies": {
"PoporFoundation/NSObject": [
]
}
}