[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / e / b / ESFramework / 3.18.7 / ESFramework.podspec.json
blobca306bfc6f484fc3d067286946a09a0551c081b1
2   "name": "ESFramework",
3   "version": "3.18.7",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "An efficient, lightweight foundational framework for iOS, macOS, watchOS, and tvOS.",
9   "homepage": "https://github.com/ElfSundae/ESFramework",
10   "social_media_url": "https://twitter.com/ElfSundae",
11   "authors": {
12     "Elf Sundae": "https://0x123.com"
13   },
14   "source": {
15     "git": "https://github.com/ElfSundae/ESFramework.git",
16     "tag": "3.18.7"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.11",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "source_files": "ESFramework/ESFramework.h",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "ESFramework/Core/**/*.{h,m}",
29       "frameworks": [
30         "CoreGraphics",
31         "Security"
32       ]
33     },
34     {
35       "name": "Foundation",
36       "source_files": "ESFramework/Foundation/**/*.{h,m}",
37       "dependencies": {
38         "ESFramework/Core": [
40         ]
41       }
42     },
43     {
44       "name": "Network",
45       "platforms": {
46         "ios": "9.0",
47         "osx": "10.11",
48         "tvos": "9.0"
49       },
50       "source_files": "ESFramework/Network/**/*.{h,m}",
51       "frameworks": [
52         "SystemConfiguration",
53         "CoreTelephony"
54       ]
55     },
56     {
57       "name": "UIKit",
58       "platforms": {
59         "ios": "9.0",
60         "tvos": "9.0"
61       },
62       "source_files": "ESFramework/UIKit/**/*.{h,m}",
63       "dependencies": {
64         "ESFramework/Foundation": [
66         ]
67       },
68       "ios": {
69         "dependencies": {
70           "ESFramework/Network": [
72           ],
73           "AFNetworking/Reachability": [
74             ">= 2.0"
75           ]
76         }
77       }
78     }
79   ]