[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / a / e / 6 / SwiftEssentials / 1.0.2 / SwiftEssentials.podspec.json
blob9b05d3ebb23261c8847baa445b69d8ac21348f87
2   "name": "SwiftEssentials",
3   "module_name": "SwiftEssentials",
4   "version": "1.0.2",
5   "license": {
6     "type": "Copyright",
7     "text": "\t\t\t\t\t\t\t\t\tCopyright 2024\n\t\t\t\t\t\t\t\t\tCodemost Limited. \n"
8   },
9   "homepage": "http://www.codemost.co.uk/",
10   "authors": {
11     "Codemost Limited": "tolga@codemost.co.uk"
12   },
13   "summary": "A collection of essential Swift utilities and UI components for iOS development.",
14   "description": "SwiftEssentials provides a comprehensive set of utilities and UI components designed to enhance iOS development. \nIt includes:\n\n- **UI Components**: Customizable components like `SEAnimatedImageView`, `SECircularCountDownView`, `SELoadingButton`, `SEUILabel`, and `SEUIView` for efficient UI development.\n- **Extensions**: A wide range of extensions for Foundation and UIKit, such as `Array`, `Date`, `UIColor`, `UIImage`, `UIView`, and more, to streamline common tasks and improve code readability.\n- **Helpers**: Useful helper classes including `EmptyTableRenderer`, `ExpandableByKeyboardController`, `FormValidator`, and `TableData` for better handling of common functionalities and UI patterns.\n- **Protocols**: A set of protocols for defining and implementing standard interfaces.\n\nDesigned to be easily integrated and utilized in your iOS projects, SwiftEssentials helps in speeding up development and improving code quality.",
15   "source": {
16     "git": "https://github.com/codemostUK/SwiftEssentials.git",
17     "tag": "1.0.2"
18   },
19   "source_files": [
20     "Sources/Classes/**/*.{swift}",
21     "Sources/Extensions/**/*.{swift}",
22     "Sources/Helpers/**/*.{swift}",
23     "Sources/PropertyWrapper/**/*.{swift}",
24     "Sources/Protocols/**/*.{swift}",
25     "Sources/Views/**/*.{swift}",
26     "Sources/SwiftEssentials.swift"
27   ],
28   "documentation_url": "https://github.com/codemostUK/SwiftEssentials/blob/main/README.md",
29   "requires_arc": true,
30   "platforms": {
31     "ios": "13.0"
32   },
33   "swift_versions": "5.5",
34   "frameworks": [
35     "UIKit",
36     "Foundation"
37   ],
38   "swift_version": "5.5"