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] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git]
/
Specs
/
b
/
9
/
d
/
CTFeedback
/
1.0.5
/
CTFeedback.podspec.json
blob
79a16c8303fa0705c46153fe04b157f5439a7d18
1
{
2
"name": "CTFeedback",
3
"version": "1.0.5",
4
"summary": "Library to send feedback for iOS.",
5
"homepage": "https://github.com/rizumita/CTFeedback",
6
"license": {
7
"type": "MIT",
8
"file": "LICENSE"
9
},
10
"authors": {
11
"Ryoichi Izumita": "r.izumita@caph.jp"
12
},
13
"platforms": {
14
"ios": "6.0"
15
},
16
"source": {
17
"git": "https://github.com/rizumita/CTFeedback.git",
18
"tag": "1.0.5"
19
},
20
"source_files": [
21
"Classes",
22
"Classes/**/*.{h,m}"
23
],
24
"resource_bundles": {
25
"CTFeedback": [
26
"Resources/*.lproj"
27
]
28
},
29
"frameworks": "MessageUI",
30
"requires_arc": true
31
}