blob: 5f45a8bbd3289b101c11df5308d6649f21c04038 [file] [log] [blame]
{
"name": "EasyTuple",
"version": "1.1.1",
"summary": "EasyTuple is a easy tuple library for objective-c",
"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, EasyTuple, it can group multiple values in a better way.",
"homepage": "https://github.com/EasyReactFramework/EasyTuple",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"WilliamZang": "chengwei.zang.1985@gmail.com"
},
"source": {
"git": "https://github.com/EasyReactFramework/EasyTuple.git",
"tag": "1.1.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.8",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "EasyTuple/**/*.{m,h}",
"public_header_files": "EasyTuple/**/*.h",
"module_map": "EasyTuple/EasyTuple.modulemap",
"frameworks": "Foundation"
}