blob: de9a11e6fd0fb38e045684b1e20b67c0885b7531 [file] [log] [blame]
{
"name": "PSStream",
"version": "1.0.2",
"summary": "PSStream.",
"description": "集合流式处理框架,延时处理集合",
"homepage": "https://github.com/alan-yeh/PSStream",
"license": "MIT",
"authors": {
"Alan Yeh": "git@yerl.cn"
},
"source": {
"git": "https://github.com/alan-yeh/PSStream.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "PSStream/Classes/**/*",
"public_header_files": [
"PSStream/Classes/{PSStream,PSStreamDefines,PSStreamTuple}.h",
"PSStream/Classes/macros/metamacros.h"
]
}