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] IPDSDK 2.0.0.3
[CocoaPods.git]
/
Specs
/
8
/
7
/
1
/
R4
/
1.0.1
/
R4.podspec.json
blob
77109c017bfee53e35ab4d2e304b696d98c839a0
1
{
2
"name": "R4",
3
"version": "1.0.1",
4
"summary": "A SpriteKit in 3D",
5
"homepage": "https://github.com/srdanrasic/R4",
6
"license": {
7
"type": "MIT",
8
"file": "LICENSE"
9
},
10
"authors": {
11
"Srdan Rasic": "srdan.rasic@gmail.com"
12
},
13
"source": {
14
"git": "https://github.com/srdanrasic/R4.git",
15
"tag": "v1.0.1"
16
},
17
"source_files": "R4/*.{pch,h,m,mm}",
18
"requires_arc": true,
19
"libraries": [
20
"stdc++"
21
],
22
"frameworks": [
23
"OpenGLES",
24
"GLKit",
25
"SpriteKit"
26
],
27
"platforms": {
28
"ios": "6.0"
29
},
30
"xcconfig": {
31
"OTHER_LDFLAGS": "-lObjC"
32
}
33
}