[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / a / e / b / ESFramework / 3.12.0 / ESFramework.podspec.json
bloba5c8dd529c9a833a1805c3c3b26984e7eae89526
2   "name": "ESFramework",
3   "version": "3.12.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.12.0"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "source_files": "ESFramework/ESFramework.h",
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "ESFramework/Core/**/*.{h,m}"
25     },
26     {
27       "name": "Foundation",
28       "source_files": "ESFramework/Foundation/**/*.{h,m}",
29       "frameworks": "Security",
30       "dependencies": {
31         "ESFramework/Core": [
33         ]
34       }
35     },
36     {
37       "name": "Network",
38       "source_files": "ESFramework/Network/**/*.{h,m}",
39       "frameworks": [
40         "SystemConfiguration",
41         "CoreTelephony"
42       ]
43     },
44     {
45       "name": "UIKit",
46       "source_files": "ESFramework/UIKit/**/*.{h,m}",
47       "dependencies": {
48         "ESFramework/Foundation": [
50         ],
51         "ESFramework/Network": [
53         ],
54         "AFNetworkingExtension/Reachability": [
56         ]
57       }
58     }
59   ]