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] YLProgressHUD 0.0.2
[CocoaPods.git]
/
Specs
/
d
/
9
/
5
/
iOS-WebP
/
0.4
/
iOS-WebP.podspec.json
blob
df57f77eee21a4e5fc5210b96cf8f9dde20be2ff
1
{
2
"name": "iOS-WebP",
3
"platforms": {
4
"ios": null
5
},
6
"license": "MIT",
7
"version": "0.4",
8
"homepage": "https://github.com/seanooi/iOS-WebP",
9
"summary": "WebP image decoder and encoder for iOS",
10
"authors": {
11
"Sean Ooi": "sean.ooi@me.com"
12
},
13
"source": {
14
"git": "https://github.com/seanooi/iOS-WebP.git",
15
"tag": "0.4"
16
},
17
"source_files": "iOS-WebP/*.{h,m}",
18
"requires_arc": true,
19
"dependencies": {
20
"libwebp": [
21
"~> 0.4.2"
22
]
23
}
24
}