[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / d / 8 / 9 / SmartUIKit / 1.1.0 / SmartUIKit.podspec.json
blob99e2e9c4b48b99977377bb1de0b39d978ded3339
2   "name": "SmartUIKit",
3   "version": "1.1.0",
4   "summary": "For ease in use of UIKit",
5   "homepage": "https://github.com/ranvirp/SmartUIKit-Pod/",
6   "authors": {
7     "Ranvir Prasad": "ranvir.prasad@gmail.com"
8   },
9   "license": {
10     "type": "Apache-2.0",
11     "file": "LICENSE"
12   },
13   "platforms": {
14     "ios": "13.0"
15   },
16   "source": {
17     "git": "https://github.com/ranvirp/SmartUIKit-Pod.git"
18   },
19   "ios": {
20     "vendored_frameworks": "SmartUIKit.xcframework"
21   },
22   "pod_target_xcconfig": {
23     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
24   },
25   "user_target_xcconfig": {
26     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
27   },
28   "dependencies": {
29     "Kingfisher": [
30       "~>5.0"
31     ],
32     "SnapKit": [
34     ],
35     "SQLite.swift": [
36       "~> 0.12.0"
37     ]
38   }