[Add] mParticle-Google-Analytics-Firebase-GA4 8.8.0
[CocoaPods.git] / Specs / 0 / 7 / a / EasySequence / 1.2.1 / EasySequence.podspec.json
blob1256aa1762e05b4a06da59bcb310fcaabc253811
2   "name": "EasySequence",
3   "version": "1.2.1",
4   "summary": "a powerful fundamental library to process sequcence type.",
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.2.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"