[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / f / 6 / MobileCore / 0.1.4 / MobileCore.podspec.json
blobf505095dd9d20c7f5f523a2624623f9b4e2437a0
2   "name": "MobileCore",
3   "version": "0.1.4",
4   "summary": "MobileCore framework.",
5   "homepage": "https://github.com/ppraveentr/MobileCore",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "PraveenP": "ppraveentr@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/ppraveentr/MobileCore.git",
15     "tag": "0.1.4"
16   },
17   "weak_frameworks": "UIKit",
18   "platforms": {
19     "ios": "10.0"
20   },
21   "swift_versions": "5.0",
22   "default_subspecs": [
23     "CoreUtility",
24     "NetworkLayer",
25     "CoreComponents",
26     "AppTheming"
27   ],
28   "subspecs": [
29     {
30       "name": "CoreUtility",
31       "source_files": "Sources/CoreUtility/**/*.{h,m,swift}",
32       "header_dir": "CoreUtility",
33       "dependencies": {
34         "SwiftKeychainWrapper": [
36         ]
37       }
38     },
39     {
40       "name": "NetworkLayer",
41       "source_files": "Sources/NetworkLayer/**/*.{h,m,swift}",
42       "dependencies": {
43         "MobileCore/CoreUtility": [
45         ]
46       },
47       "header_dir": "NetworkLayer"
48     },
49     {
50       "name": "AppTheming",
51       "source_files": "Sources/AppTheming/**/*.{h,m,swift}",
52       "dependencies": {
53         "MobileCore/CoreUtility": [
55         ]
56       },
57       "header_dir": "AppTheming"
58     },
59     {
60       "name": "CoreComponents",
61       "source_files": "Sources/CoreComponents/**/*.{h,m,swift}",
62       "dependencies": {
63         "MobileCore/CoreUtility": [
65         ]
66       },
67       "header_dir": "CoreComponents"
68     }
69   ],
70   "swift_version": "5.0"