[Add] RegulaCommonNightly 7.5.938
[CocoaPods.git] / Specs / 5 / 3 / c / DeftEquatable / 1.0.0 / DeftEquatable.podspec.json
blobbc246f91a24e89d140c95da3ab81034fd9c32e1f
2   "name": "DeftEquatable",
3   "version": "1.0.0",
4   "summary": "Never implement Equatable manually again.",
5   "description": "With DeftEquatable, you never implement Equatable manually again.",
6   "homepage": "https://github.com/Meniny/DeftEquatable",
7   "license": "MIT",
8   "authors": {
9     "Elias Abel": "Meniny@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/Meniny/DeftEquatable.git",
13     "tag": "1.0.0"
14   },
15   "social_media_url": "https://meniny.cn/",
16   "platforms": {
17     "ios": "8.0",
18     "osx": "10.10",
19     "tvos": "9.0",
20     "watchos": "2.0"
21   },
22   "source_files": "DeftEquatable/**/*.{h,swift}",
23   "public_header_files": "DeftEquatable/**/*{.h}",
24   "frameworks": "Foundation",
25   "pushed_with_swift_version": "4.0"