[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 0 / 5 / 7 / EasyGCD / 1.4.0 / EasyGCD.podspec.json
blob2d4d69013c58832d12aed573152ce839d2ac008f
2   "name": "EasyGCD",
3   "version": "1.4.0",
4   "summary": "A tiny library to make using GCD easier.",
5   "homepage": "https://github.com/Meniny/EasyGCD",
6   "license": "MIT",
7   "authors": {
8     "Elias Abel": "Meniny@qq.com"
9   },
10   "source": {
11     "git": "https://github.com/Meniny/EasyGCD.git",
12     "tag": "1.4.0"
13   },
14   "platforms": {
15     "ios": "8.0",
16     "osx": "10.10",
17     "tvos": "9.0",
18     "watchos": "2.0"
19   },
20   "pod_target_xcconfig": {
21     "SWIFT_VERSION": "5"
22   },
23   "swift_versions": "5",
24   "source_files": "EasyGCD/*.*",
25   "module_name": "EasyGCD",
26   "public_header_files": "EasyGCD/*.h",
27   "frameworks": "Foundation"