[Add] LogRocket 1.47.1
[CocoaPods.git] / Specs / a / e / b / ESFramework / 3.20.2 / ESFramework.podspec.json
blobfaf1a75a25079fdde1d19de122c4462f07789912
2   "name": "ESFramework",
3   "version": "3.20.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.20.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   "subspecs": [
28     {
29       "name": "Foundation",
30       "source_files": [
31         "ESFramework/ESFramework.h",
32         "ESFramework/Foundation/*.{h,m}"
33       ],
34       "frameworks": [
35         "CoreGraphics",
36         "Security"
37       ]
38     },
39     {
40       "name": "Network",
41       "platforms": {
42         "ios": "8.0",
43         "tvos": "9.0",
44         "osx": "10.11"
45       },
46       "source_files": [
47         "ESFramework/ESFramework.h",
48         "ESFramework/Network/*.{h,m}"
49       ],
50       "frameworks": [
51         "SystemConfiguration",
52         "CoreTelephony"
53       ]
54     },
55     {
56       "name": "UIKit",
57       "platforms": {
58         "ios": "8.0",
59         "tvos": "9.0"
60       },
61       "source_files": "ESFramework/UIKit/*.{h,m}",
62       "dependencies": {
63         "ESFramework/Foundation": [
65         ],
66         "ESFramework/Network": [
68         ]
69       }
70     }
71   ]