CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.
TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | Apache 2 |
ReleasedLast Release | Aug 2015 |
Maintained by Robert S. Jones, James Lawrence Turner.
The URX iOS Widgets Framework is a collection of UI widgets to help you quickly integrate the URX App Search API into your app.
URXWidgets
to your Podfile
:use_frameworks!
pod 'URXWidgets'
URXWidgets
CocoaPod:$ pod install
Before you can use the SDK, you must provide your URX API Key. To do this, add a String
row to your Info.plist file with URX API Key
as the key and your API key as the value. Contact [email protected] for an API key if you don't already have one.
NOTE You can always visit URXWidgets to see the latest version.
$ pod search URXWidgets
$ pod update
$ git clone [email protected]:URXtech/urx-sdk-ios.git urx-sdk-ios
$ git clone [email protected]:URXtech/urx-widgets-ios.git urx-widgets-ios
Copy the following folders into your project. Be sure to check 'Copy items if needed'.
In your project's Build Settings add -I$(SRCROOT)
in the "Other C Flags" setting.
Before you can use the SDK, you must provide your URX API Key. To do this, add a String
row to your Info.plist file with URX API Key
as the key and your API key as the value. Contact [email protected] for an API key if you don't already have one.
First, download the zip for the latest release tag. Then in Xcode, drag and drop the following frameworks into your project navigator to link the frameworks.
Before you can use the SDK, you must provide your URX API Key. To do this, add a String
row to your Info.plist file with URX API Key
as the key and your API key as the value. Contact [email protected] for an API key if you don't already have one.
In your project's Build Settings, make sure to add -ObjC in the "Other Linker Flags" setting.
Copyright 2014 URX
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.