blob: 1fda2e5540f967e0ae51a7d15bf93b53fa7115a0 [file] [log] [blame]
{
"name": "EasyFoundation",
"version": "1.0.0",
"summary": "EasyFoundation is a toolkit of Objective-C extensions for EasyReact framework.",
"description": "EasyFoundation is a toolkit of Objective-C extensions for EasyReact framework. It provides tuple and sequence for Objective-C.",
"homepage": "https://github.com/meituan/EasyFoundation",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"William Zang": "chengwei.zang.1985@gmail.com",
"姜沂": "nero_jy@qq.com",
"Qin Hong": "qinhong@face2d.com"
},
"source": {
"git": "https://github.com/meituan/EasyFoundation.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"module_map": "EasyFoundation/EasyFoundation.modulemap",
"source_files": "EasyFoundation/Classes/**/*",
"public_header_files": "EasyFoundation/Classes/**/*.h",
"dependencies": {
"EasyTuple": [
"~> 1.1.0"
],
"EasySequence": [
"~> 1.3.0"
]
}
}