[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 6 / 1 / 8 / ASCore / 1.0.0 / ASCore.podspec.json
blobbe8791da11ca365fe181bcaab37c03372ea5a3a6
2   "name": "ASCore",
3   "version": "1.0.0",
4   "summary": "Utilities and Extensions commonly used in daily development",
5   "homepage": "https://github.com/qiancaox/ASKit",
6   "license": "MIT",
7   "authors": {
8     "Amt Super": "qiancaoxiang@163.com"
9   },
10   "source": {
11     "git": "https://github.com/qiancaox/ASKit.git",
12     "tag": "1.0.0"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "swift_versions": "5.0",
18   "subspecs": [
19     {
20       "name": "Utilities",
21       "source_files": "ASCore/Utilities/*.swift"
22     },
23     {
24       "name": "Extensions",
25       "source_files": "ASCore/Extensions/*.swift",
26       "dependencies": {
27         "ASCore/Utilities": [
29         ]
30       }
31     },
32     {
33       "name": "Keychain",
34       "source_files": "ASCore/Keychain/*.swift",
35       "dependencies": {
36         "SAMKeychain": [
37           "~>1.5.3"
38         ]
39       }
40     },
41     {
42       "name": "Networking",
43       "source_files": "ASCore/Networking/*.swift",
44       "dependencies": {
45         "Moya/RxSwift": [
46           "~>13.0.1"
47         ],
48         "HandyJSON": [
49           "~>5.0.2"
50         ]
51       }
52     },
53     {
54       "name": "ReactiveX_Swift",
55       "source_files": "ASCore/ReactiveX_Swift/*.swift",
56       "dependencies": {
57         "RxCocoa": [
58           "~>4.5.0"
59         ]
60       }
61     }
62   ],
63   "swift_version": "5.0"