[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / a / e / b / ESFramework / 2.6.2 / ESFramework.podspec.json
blobfcda4c780aa5d8c150bd3904722dbcf5bbea1f89
2   "name": "ESFramework",
3   "version": "2.6.2",
4   "license": "MIT",
5   "summary": "An Effective & Swingy Framework for iOS.",
6   "homepage": "https://github.com/ElfSundae/ESFramework",
7   "authors": {
8     "Elf Sundae": "http://0x123.com"
9   },
10   "source": {
11     "git": "https://github.com/ElfSundae/ESFramework.git",
12     "tag": "2.6.2",
13     "submodules": true
14   },
15   "social_media_url": "https://twitter.com/ElfSundae",
16   "requires_arc": true,
17   "platforms": {
18     "ios": "7.0"
19   },
20   "source_files": "ESFramework/ESFramework.h",
21   "subspecs": [
22     {
23       "name": "Reachability",
24       "platforms": {
25         "ios": "7.0",
26         "osx": "10.9"
27       },
28       "source_files": "ESFramework/Reachability/*.{h,m}",
29       "frameworks": "SystemConfiguration"
30     },
31     {
32       "name": "Core",
33       "dependencies": {
34         "ESFramework/Reachability": [
36         ]
37       },
38       "source_files": "ESFramework/Core/**/*.{h,m}",
39       "private_header_files": "ESFramework/Core/**/_*.h",
40       "frameworks": [
41         "Security",
42         "CoreTelephony",
43         "SystemConfiguration"
44       ],
45       "weak_frameworks": "UserNotifications"
46     },
47     {
48       "name": "UIKit",
49       "dependencies": {
50         "ESFramework/Core": [
52         ]
53       },
54       "source_files": "ESFramework/UIKit/**/*.{h,m}",
55       "frameworks": [
56         "QuartzCore",
57         "StoreKit",
58         "MediaPlayer"
59       ]
60     }
61   ]