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] DocumentReaderFullStage 7.5.10940
[CocoaPods.git]
/
Specs
/
1
/
3
/
b
/
FSTextView
/
1.1
/
FSTextView.podspec.json
blob
d6b5e582e666c2ee8bb272fb2188a854e079218e
1
{
2
"name": "FSTextView",
3
"version": "1.1",
4
"summary": "Subclass of UITextView with Placeholder",
5
"license": {
6
"type": "MIT",
7
"file": "LICENSE"
8
},
9
"homepage": "https://github.com/lifution/FSTextView",
10
"authors": {
11
"Steven": "https://github.com/lifution"
12
},
13
"source": {
14
"git": "https://github.com/lifution/FSTextView.git",
15
"tag": "1.1"
16
},
17
"requires_arc": true,
18
"platforms": {
19
"ios": "6.0"
20
},
21
"source_files": [
22
"FSTextView/*",
23
"*.{h,m}"
24
]
25
}