[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / e / b / ESFramework / 3.15.4 / ESFramework.podspec.json
blobca5ac9a1833cf8cfff8bff6c5015aab5a623e7a0
2   "name": "ESFramework",
3   "version": "3.15.4",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "An efficient, small 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.15.4"
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": "CoreGraphics"
30     },
31     {
32       "name": "Foundation",
33       "source_files": "ESFramework/Foundation/**/*.{h,m}",
34       "frameworks": "Security",
35       "dependencies": {
36         "ESFramework/Core": [
38         ]
39       }
40     },
41     {
42       "name": "Network",
43       "platforms": {
44         "ios": "9.0",
45         "osx": "10.11",
46         "tvos": "9.0"
47       },
48       "source_files": "ESFramework/Network/**/*.{h,m}",
49       "frameworks": [
50         "SystemConfiguration",
51         "CoreTelephony"
52       ]
53     },
54     {
55       "name": "UIKit",
56       "platforms": {
57         "ios": "9.0",
58         "tvos": "9.0"
59       },
60       "source_files": "ESFramework/UIKit/**/*.{h,m}",
61       "dependencies": {
62         "ESFramework/Foundation": [
64         ]
65       },
66       "ios": {
67         "dependencies": {
68           "ESFramework/Network": [
70           ],
71           "AFNetworking/Reachability": [
72             ">= 2.0"
73           ]
74         }
75       }
76     }
77   ]