blob: 9aca0ba0ede11048e29d7c99863064daeb3648f6 [file] [log] [blame]
{
"name": "URXSearch",
"version": "0.5.4",
"summary": "URX iOS SDK.",
"authors": "URX",
"homepage": "https://github.com/URXtech/urx-sdk-ios",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/URXtech/urx-sdk-ios.git",
"tag": "v0.5.4"
},
"source_files": [
"URXSearch",
"URXSearch/**/*.{h,m}"
],
"public_header_files": "URXSearch/**/*.h",
"frameworks": [
"StoreKit",
"CoreLocation",
"UIKit",
"Foundation"
],
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
},
"deprecated": true,
"deprecated_in_favor_of": "URX/Search"
}