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] RongCloudRTC 5.12.0
[CocoaPods.git]
/
Specs
/
5
/
1
/
b
/
STTwitter
/
0.1.0
/
STTwitter.podspec.json
blob
fc67a761d9f02697308511d693fcaf0c6686070a
1
{
2
"name": "STTwitter",
3
"version": "0.1.0",
4
"summary": "A comprehensive Objective-C library for Twitter's REST API 1.1.",
5
"homepage": "https://github.com/nst/STTwitter/",
6
"license": {
7
"type": "New BSD",
8
"file": "LICENCE.txt"
9
},
10
"authors": [
11
"Nicolas Seriot",
12
"Frank Dowsett",
13
"Victor Ng",
14
"Thijs Alkemade",
15
"Pawel Niewiadomski",
16
"Matthew Tomlinson",
17
"Chris Ricca",
18
"Evan Roth",
19
"Bavarious"
20
],
21
"source": {
22
"git": "https://github.com/nst/STTwitter.git",
23
"tag": "0.1.0"
24
},
25
"platforms": {
26
"ios": "5.0",
27
"osx": "10.7"
28
},
29
"source_files": [
30
"STTwitter/*.{h,m}",
31
"STTwitter/Vendor/*.{h,m}"
32
],
33
"ios": {
34
"frameworks": [
35
"CoreGraphics",
36
"Foundation",
37
"QuartzCore",
38
"UIKit",
39
"Accounts",
40
"Twitter"
41
],
42
"weak_frameworks": "Social"
43
},
44
"requires_arc": true
45
}