[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / e / b / ESFramework / 3.18.12 / ESFramework.podspec.json
blobde12fe138925946277e337d4387997035c96574f
2   "name": "ESFramework",
3   "version": "3.18.12",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "An efficient, lightweight foundational framework for iOS, macOS, watchOS, and tvOS.",
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.18.12"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.11",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "source_files": "ESFramework/ESFramework.h",
25   "pod_target_xcconfig": {
26     "PRODUCT_BUNDLE_IDENTIFIER": "com.0x123.ESFramework"
27   },
28   "info_plist": {
29     "NSHumanReadableCopyright": "Copyright © 2014-2019 Elf Sundae https://0x123.com All rights reserved."
30   },
31   "subspecs": [
32     {
33       "name": "Core",
34       "source_files": "ESFramework/Core/**/*.{h,m}",
35       "frameworks": [
36         "CoreGraphics",
37         "Security"
38       ]
39     },
40     {
41       "name": "Foundation",
42       "source_files": "ESFramework/Foundation/**/*.{h,m}",
43       "dependencies": {
44         "ESFramework/Core": [
46         ]
47       }
48     },
49     {
50       "name": "Network",
51       "platforms": {
52         "ios": "9.0",
53         "osx": "10.11",
54         "tvos": "9.0"
55       },
56       "source_files": "ESFramework/Network/**/*.{h,m}",
57       "frameworks": [
58         "SystemConfiguration",
59         "CoreTelephony"
60       ]
61     },
62     {
63       "name": "UIKit",
64       "platforms": {
65         "ios": "9.0",
66         "tvos": "9.0"
67       },
68       "source_files": "ESFramework/UIKit/**/*.{h,m}",
69       "dependencies": {
70         "ESFramework/Foundation": [
72         ]
73       },
74       "ios": {
75         "dependencies": {
76           "ESFramework/Network": [
78           ],
79           "AFNetworking/Reachability": [
80             ">= 2.0"
81           ]
82         }
83       }
84     }
85   ]