[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / e / b / ESFramework / 3.20.1 / ESFramework.podspec.json
blobf8178038557e5b1676bdc274c9540f3dfcf0c9fe
2   "name": "ESFramework",
3   "version": "3.20.1",
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.1"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "tvos": "9.0",
21     "osx": "10.11",
22     "watchos": "2.0"
23   },
24   "info_plist": {
25     "CFBundleIdentifier": "com.0x123.ESFramework"
26   },
27   "source_files": "ESFramework/ESFramework.h",
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       "frameworks": [
52         "SystemConfiguration",
53         "CoreTelephony"
54       ]
55     },
56     {
57       "name": "UIKit",
58       "platforms": {
59         "ios": "8.0",
60         "tvos": "9.0"
61       },
62       "source_files": "ESFramework/UIKit/*.{h,m}",
63       "dependencies": {
64         "ESFramework/Foundation": [
66         ],
67         "ESFramework/Network": [
69         ]
70       }
71     }
72   ]