[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 8 / b / f / Armin / 1.0.8 / Armin.podspec.json
blob32ece33e3f39157f11f30817300b71074e1985e1
2   "name": "Armin",
3   "version": "1.0.8",
4   "summary": "Armin is a http/https request service.",
5   "homepage": "https://github.com/CavanSu/Armin",
6   "license": "MIT",
7   "authors": {
8     "CavanSu": "403029552@qq.com"
9   },
10   "platforms": {
11     "ios": "10.0",
12     "osx": "10.10"
13   },
14   "source": {
15     "git": "https://github.com/CavanSu/Armin.git",
16     "tag": "1.0.8"
17   },
18   "source_files": "sources/*.{h,m,swift}",
19   "dependencies": {
20     "Alamofire": [
21       "~> 4.7.3"
22     ]
23   },
24   "module_name": "Armin",
25   "swift_versions": [
26     "5.0",
27     "5.1",
28     "5.2",
29     "5.3",
30     "5.4"
31   ],
32   "xcconfig": {
33     "BUILD_LIBRARY_FOR_DISTRIBUTION": "YES"
34   },
35   "pod_target_xcconfig": {
36     "VALID_ARCHS": "arm64 armv7 x86_64"
37   },
38   "user_target_xcconfig": {
39     "VALID_ARCHS": "arm64 armv7 x86_64"
40   },
41   "swift_version": "5.4"