[Add] Dalila 1.0.35
[CocoaPods.git] / Specs / a / e / b / ESFramework / 3.21.2 / ESFramework.podspec.json
blob05d440e0dfd5102b8250f476243add931028e260
2   "name": "ESFramework",
3   "version": "3.21.2",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "An efficient, lightweight foundational framework for iOS, macOS, tvOS and watchOS.",
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.21.2"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "tvos": "9.0",
21     "osx": "10.11",
22     "watchos": "2.0"
23   },
24   "pod_target_xcconfig": {
25     "PRODUCT_BUNDLE_IDENTIFIER": "com.0x123.ESFramework"
26   },
27   "module_map": "Supporting Files/module.modulemap",
28   "subspecs": [
29     {
30       "name": "Foundation",
31       "source_files": [
32         "ESFramework/ESFramework.h",
33         "ESFramework/Foundation/*.{h,m}"
34       ],
35       "frameworks": [
36         "CoreGraphics",
37         "Security"
38       ]
39     },
40     {
41       "name": "Network",
42       "platforms": {
43         "ios": "8.0",
44         "tvos": "9.0",
45         "osx": "10.11"
46       },
47       "source_files": [
48         "ESFramework/ESFramework.h",
49         "ESFramework/Network/*.{h,m}"
50       ],
51       "ios": {
52         "frameworks": [
53           "SystemConfiguration",
54           "CoreTelephony"
55         ]
56       }
57     },
58     {
59       "name": "UIKit",
60       "platforms": {
61         "ios": "8.0",
62         "tvos": "9.0"
63       },
64       "source_files": "ESFramework/UIKit/*.{h,m}",
65       "dependencies": {
66         "ESFramework/Foundation": [
68         ],
69         "ESFramework/Network": [
71         ]
72       }
73     }
74   ]