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] DSPSDK 1.0.1.8
[CocoaPods.git]
/
Specs
/
d
/
9
/
a
/
ImageFilesPicker
/
0.2.0
/
ImageFilesPicker.podspec.json
blob
85c659e880302dffd0140de39a04d3f61b8e770b
1
{
2
"name": "ImageFilesPicker",
3
"version": "0.2.0",
4
"summary": "ImageFilesPicker",
5
"homepage": "https://github.com/mcmatan/ImageFilesPicker",
6
"platforms": {
7
"ios": "8.0"
8
},
9
"license": {
10
"type": "MIT",
11
"file": "LICENSE"
12
},
13
"authors": {
14
"YOURNAME": "Matan"
15
},
16
"source": {
17
"git": "https://github.com/mcmatan/ImageFilesPicker.git"
18
},
19
"frameworks": "UIKit",
20
"source_files": [
21
"Vendor/*",
22
"Resource/*",
23
"ImagePicker/Resource"
24
],
25
"requires_arc": true
26
}