repo.or.cz
/
CocoaPods.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[Add] ThinkingDataCore 1.0.2
[CocoaPods.git]
/
Specs
/
c
/
d
/
5
/
URXSearch
/
0.5.2
/
URXSearch.podspec.json
blob
1cdf939eeb0074cc33c734110778ab3d71adf576
1
{
2
"name": "URXSearch",
3
"version": "0.5.2",
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": "6.0"
13
},
14
"source": {
15
"git": "https://github.com/URXtech/urx-sdk-ios.git",
16
"tag": "v0.5.2"
17
},
18
"source_files": [
19
"URXSearch",
20
"URXSearch/**/*.{h,m}"
21
],
22
"public_header_files": "URXSearch/**/*.h",
23
"frameworks": [
24
"StoreKit",
25
"CoreLocation",
26
"UIKit",
27
"Foundation"
28
],
29
"requires_arc": true,
30
"xcconfig": {
31
"OTHER_LDFLAGS": "-lObjC"
32
}
33
}