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