[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 2 / 4 / EnumCollection / 1.4.0 / EnumCollection.podspec.json
blob74bf73c7575cdb06b57208a99e893a8d13acb825
2   "name": "EnumCollection",
3   "version": "1.4.0",
4   "summary": "An Extension for Swift Enum Type",
5   "description": "EnumCollection is an Extension for Swift Enum Type.",
6   "homepage": "https://github.com/Meniny/EnumCollection",
7   "license": "MIT",
8   "authors": {
9     "Elias Abel": "Meniny@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/Meniny/EnumCollection.git",
13     "tag": "1.4.0"
14   },
15   "social_media_url": "https://meniny.cn/",
16   "pod_target_xcconfig": {
17     "SWIFT_VERSION": "5"
18   },
19   "swift_versions": "5",
20   "platforms": {
21     "ios": "8.0",
22     "osx": "10.10",
23     "tvos": "9.0",
24     "watchos": "2.0"
25   },
26   "source_files": "EnumCollection/**/*.{h,swift}",
27   "public_header_files": "EnumCollection/**/*{.h}",
28   "frameworks": "Foundation"