blob: 1cdf939eeb0074cc33c734110778ab3d71adf576 [file] [log] [blame]
{
"name": "URXSearch",
"version": "0.5.2",
"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.2"
},
"source_files": [
"URXSearch",
"URXSearch/**/*.{h,m}"
],
"public_header_files": "URXSearch/**/*.h",
"frameworks": [
"StoreKit",
"CoreLocation",
"UIKit",
"Foundation"
],
"requires_arc": true,
"xcconfig": {
"OTHER_LDFLAGS": "-lObjC"
}
}