blob: 968026a117595fb77c0c76837a81071e6eca170d [file] [log] [blame]
{
"name": "ZTuple",
"version": "1.1.0",
"summary": "ZTuple.",
"description": "Sometimes you may need to return multiple values other than just one. In these cases, you can use a pointer, like `NSError **`, or you can put them into an array or a dictionary, or straightforward, create a class for it. But you have another choice now, ZTuple, it can group multiple values in a better way.",
"homepage": "https://github.com/WilliamZang/ZTuple",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"WilliamZang": "chengwei.zang.1985@gmail.com"
},
"source": {
"git": "https://github.com/WilliamZang/ZTuple.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.8",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "ZTuple/**/*.{m,h}",
"public_header_files": "ZTuple/**/*.h",
"module_map": "ZTuple/ZTuple.modulemap",
"frameworks": "Foundation",
"deprecated": true
}