[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / 7 / a / EasySequence / 1.3.1 / EasySequence.podspec.json
blobee4c034bb97d35d887c877a37ed0fff0d128660c
2   "name": "EasySequence",
3   "version": "1.3.1",
4   "summary": "Make collections's operation easier for you.",
5   "description": "EasySequence is a powerful fundamental library to process sequcence type, such as array, set, dictionary. All type object which conforms to NSFastEnumeration protocol can be initialzed to an EZSequence instance, then you can operation with them. Finally, you can transfer them back to the original type.",
6   "homepage": "https://github.com/meituan/EasySequence",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "William Zang": "chengwei.zang.1985@gmail.com",
13     "姜沂": "nero_jy@qq.com",
14     "Qin Hong": "qinhong@face2d.com"
15   },
16   "source": {
17     "git": "https://github.com/meituan/EasySequence.git",
18     "tag": "1.3.1"
19   },
20   "platforms": {
21     "ios": "8.0"
22   },
23   "module_map": "EasySequence/EasySequence.modulemap",
24   "module_name": "EasySequence",
25   "source_files": "EasySequence/Classes/**/*",
26   "public_header_files": "EasySequence/Classes/**/*.h",
27   "private_header_files": "EasySequence/Classes/Private/*.h"