[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / 4 / e / 1 / EasyTuple / 1.1.2 / EasyTuple.podspec.json
blobd8e14e6e9de1529291c4c51e35414d8b92e60061
2   "name": "EasyTuple",
3   "version": "1.1.2",
4   "summary": "Use tuple like other modern programming languages",
5   "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.",
6   "homepage": "https://github.com/meituan/EasyTuple",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "WilliamZang": "chengwei.zang.1985@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/meituan/EasyTuple.git",
16     "tag": "1.1.2"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.8",
21     "watchos": "2.0",
22     "tvos": "9.0"
23   },
24   "source_files": "EasyTuple/**/*.{m,h}",
25   "public_header_files": "EasyTuple/**/*.h",
26   "module_map": "EasyTuple/EasyTuple.modulemap",
27   "frameworks": "Foundation"