[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20241227
[CocoaPods.git] / Specs / c / d / 5 / URXSearch / 0.5.1 / URXSearch.podspec.json
blobfeabff98fba2212c5e9db1b1a4f1ea6b19e5ca72
2   "name": "URXSearch",
3   "version": "0.5.1",
4   "summary": "URX iOS SDK.",
5   "authors": "URX",
6   "homepage": "https://github.com/URXtech/urx-sdk-ios",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE"
10   },
11   "platforms": {
12     "ios": "6.0"
13   },
14   "source": {
15     "git": "https://github.com/URXtech/urx-sdk-ios.git",
16     "tag": "v0.5.1"
17   },
18   "source_files": [
19     "URXSearch",
20     "URXSearch/**/*.{h,m}"
21   ],
22   "public_header_files": "URXSearch/**/*.h",
23   "frameworks": [
24     "StoreKit",
25     "CoreLocation",
26     "UIKit",
27     "Foundation"
28   ],
29   "requires_arc": true,
30   "xcconfig": {
31     "OTHER_LDFLAGS": "-lObjC"
32   }