[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / e / b / ESFramework / 3.26.3 / ESFramework.podspec.json
blob0e6acfe15a33694b608d366d2a350a97687ce83f
2   "name": "ESFramework",
3   "version": "3.26.3",
4   "license": "MIT",
5   "summary": "An efficient, lightweight foundational framework for iOS, macOS, tvOS, watchOS, and Mac Catalyst.",
6   "homepage": "https://github.com/ElfSundae/ESFramework",
7   "social_media_url": "https://twitter.com/ElfSundae",
8   "authors": {
9     "Elf Sundae": "https://0x123.com"
10   },
11   "source": {
12     "git": "https://github.com/ElfSundae/ESFramework.git",
13     "tag": "3.26.3"
14   },
15   "platforms": {
16     "ios": "9.0",
17     "tvos": "9.0",
18     "osx": "10.10",
19     "watchos": "2.0"
20   },
21   "ios": {
22     "pod_target_xcconfig": {
23       "PRODUCT_BUNDLE_IDENTIFIER": "com.0x123.ESFramework"
24     }
25   },
26   "tvos": {
27     "pod_target_xcconfig": {
28       "PRODUCT_BUNDLE_IDENTIFIER": "com.0x123.ESFramework"
29     }
30   },
31   "osx": {
32     "pod_target_xcconfig": {
33       "PRODUCT_BUNDLE_IDENTIFIER": "com.0x123.ESFramework"
34     }
35   },
36   "watchos": {
37     "pod_target_xcconfig": {
38       "PRODUCT_BUNDLE_IDENTIFIER": "com.0x123.ESFramework-watchOS"
39     }
40   },
41   "source_files": "ESFramework/ESFramework.h",
42   "subspecs": [
43     {
44       "name": "Foundation",
45       "source_files": "ESFramework/Foundation/*.{h,m}"
46     },
47     {
48       "name": "Network",
49       "source_files": "ESFramework/Network/*.{h,m}",
50       "dependencies": {
51         "ESFramework/Foundation": [
53         ]
54       }
55     },
56     {
57       "name": "UIKit",
58       "platforms": {
59         "ios": "9.0",
60         "tvos": "9.0",
61         "watchos": "2.0"
62       },
63       "source_files": "ESFramework/UIKit/*.{h,m}",
64       "dependencies": {
65         "ESFramework/Foundation": [
67         ],
68         "ESFramework/Network": [
70         ]
71       }
72     }
73   ]