[Add] BLEExtractor 1.1.10
[CocoaPods.git] / Specs / f / 2 / a / CardFlexKit / 1.0.4 / CardFlexKit.podspec.json
blob3fd5f88be2c9756a2b7b3facfb83cf21261a5259
2   "name": "CardFlexKit",
3   "version": "1.0.4",
4   "summary": "A lightweight library for implementing flexible card layouts in iOS apps.",
5   "description": "CardFlexKit is a library designed to help developers integrate flexible card layouts into their iOS applications. \nIt provides pre-built components and utilities for card-based designs, making UI development faster and easier.",
6   "homepage": "https://github.com/jaydip-7span/CardFlexKit",
7   "license": "MIT",
8   "authors": {
9     "jaydip-7span": "jaydip@7span.com"
10   },
11   "source": {
12     "git": "https://github.com/jaydip-7span/CardFlexKit.git",
13     "tag": "1.0.4"
14   },
15   "source_files": [
16     "CardFlexKit",
17     "CardFlexKit/**/*.{h,m,swift}"
18   ],
19   "platforms": {
20     "ios": "16.0"
21   },
22   "public_header_files": "CardFlexKit/**/*.h",
23   "resources": "CardFlexKit/**/*.{png,jpeg,jpg,xcassets}",
24   "requires_arc": true,
25   "swift_versions": "5.0",
26   "swift_version": "5.0"