[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / a / e / b / ESFramework / 2.4.1 / ESFramework.podspec.json
blob204237461797b38ba835f450c2e7b95e0e134acb
2   "name": "ESFramework",
3   "version": "2.4.1",
4   "license": "MIT",
5   "summary": "An Effective & Swing Framework for iOS.",
6   "homepage": "https://github.com/ESFramework/ESFramework",
7   "authors": {
8     "Elf Sundae": "http://0x123.com"
9   },
10   "source": {
11     "git": "https://github.com/ESFramework/ESFramework.git",
12     "tag": "2.4.1",
13     "submodules": true
14   },
15   "social_media_url": "https://twitter.com/ElfSundae",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "ESFramework/ESFramework.h",
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": "ESFramework/Core/**/*.{h,m}",
25       "frameworks": [
26         "CoreGraphics",
27         "Security"
28       ]
29     },
30     {
31       "name": "Additions",
32       "source_files": "ESFramework/Additions/**/*.{h,m}",
33       "frameworks": [
34         "CoreTelephony",
35         "SystemConfiguration"
36       ],
37       "dependencies": {
38         "ESFramework/Core": [
40         ]
41       }
42     },
43     {
44       "name": "App",
45       "source_files": "ESFramework/App/**/*.{h,m}",
46       "private_header_files": "ESFramework/App/**/*+Private.h",
47       "dependencies": {
48         "ESFramework/Core": [
50         ],
51         "ESFramework/Additions": [
53         ]
54       }
55     },
56     {
57       "name": "StoreKit",
58       "source_files": "ESFramework/StoreKit/**/*.{h,m}",
59       "frameworks": "StoreKit",
60       "dependencies": {
61         "ESFramework/Core": [
63         ],
64         "ESFramework/Additions": [
66         ],
67         "ESFramework/App": [
69         ]
70       }
71     },
72     {
73       "name": "UIKit",
74       "source_files": "ESFramework/UIKit/ESFrameworkUIKit.h",
75       "frameworks": "QuartzCore",
76       "subspecs": [
77         {
78           "name": "View",
79           "source_files": "ESFramework/UIKit/View/**/*.{h,m}",
80           "dependencies": {
81             "ESFramework/Core": [
83             ],
84             "ESFramework/Additions": [
86             ]
87           }
88         },
89         {
90           "name": "RefreshControl",
91           "source_files": "ESFramework/UIKit/RefreshControl/**/*.{h,m}",
92           "dependencies": {
93             "ESFramework/UIKit/View": [
95             ]
96           }
97         },
98         {
99           "name": "Controller",
100           "source_files": "ESFramework/UIKit/Controller/**/*.{h,m}",
101           "frameworks": "MediaPlayer",
102           "dependencies": {
103             "ESFramework/App": [
105             ],
106             "ESFramework/UIKit/View": [
108             ],
109             "ESFramework/UIKit/RefreshControl": [
111             ]
112           }
113         }
114       ]
115     }
116   ]