[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 3 / f / URX / 2.0.1 / URX.podspec.json
bloba3ff25dd325003ff346b09d6a67ef451ad9e85b5
2   "name": "URX",
3   "version": "2.0.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": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/URXtech/urx-sdk-ios.git",
16     "tag": "v2.0.1"
17   },
18   "frameworks": [
19     "StoreKit",
20     "CoreLocation",
21     "UIKit",
22     "Foundation"
23   ],
24   "requires_arc": true,
25   "xcconfig": {
26     "OTHER_LDFLAGS": "-lObjC",
27     "OTHER_CFLAGS": "-IURX"
28   },
29   "subspecs": [
30     {
31       "name": "Search",
32       "source_files": "URXSearch/**/*.{c,h,m}",
33       "public_header_files": "URXSearch/**/*.h"
34     },
35     {
36       "name": "Widgets",
37       "source_files": "URXWidgets/**/*.{c,h,m}",
38       "public_header_files": "URXWidgets/**/*.h",
39       "dependencies": {
40         "URX/Search": [
42         ]
43       },
44       "resource_bundles": {
45         "URXWidgetsResources": [
46           "URXWidgetsResources/URXListenButtonSearchViewController.xib",
47           "URXWidgetsResources/URXSearchResultGenericTableViewCell.xib",
48           "URXWidgetsResources/search-result-main-image@2x.png"
49         ]
50       }
51     }
52   ]