[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / 9 / 2 / 8 / URXWidgets / 1.5.0 / URXWidgets.podspec.json
blobdcb56ab657ce6464fe9c65de17cba18569045a49
2   "name": "URXWidgets",
3   "version": "1.5.0",
4   "summary": "URX Widgets iOS SDK.",
5   "authors": "URX",
6   "homepage": "https://github.com/URXtech/urx-widgets-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-widgets-ios.git",
16     "tag": "v1.5.0"
17   },
18   "source_files": [
19     "URXWidgets",
20     "URXWidgets/**/*.{h,m}"
21   ],
22   "resource_bundles": {
23     "URXWidgetsResources": [
24       "URXWidgetsResources/URXListenButtonSearchViewController.xib",
25       "URXWidgetsResources/URXSearchResultGenericTableViewCell.xib",
26       "URXWidgets/resources/search-result-main-image@2x.png"
27     ]
28   },
29   "public_header_files": "URXWidgets/**/*.h",
30   "requires_arc": true,
31   "xcconfig": {
32     "OTHER_LDFLAGS": "-lObjC"
33   },
34   "dependencies": {
35     "URXSearch": [
36       "~> 0.5"
37     ]
38   }