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] ZJSDK 2.5.4.14
[CocoaPods.git]
/
Specs
/
d
/
f
/
5
/
DFDraw
/
0.0.3
/
DFDraw.podspec.json
blob
7faff842ad9966680d5ee6673d40abad07ab70b6
1
{
2
"name": "DFDraw",
3
"version": "0.0.3",
4
"summary": "图片编辑",
5
"description": "自己搭建,没有使用第三方库,实现图片编辑功能。可以选择图片,然后在图片上作图,并且返回编辑图片",
6
"homepage": "https://github.com/beiguo172528/DFDraw",
7
"license": {
8
"type": "MIT",
9
"file": "LICENSE"
10
},
11
"authors": {
12
"SQL": "1042612904@qq.com"
13
},
14
"platforms": {
15
"ios": "9.0"
16
},
17
"source": {
18
"git": "https://github.com/beiguo172528/DFDraw.git",
19
"tag": "0.0.3"
20
},
21
"source_files": [
22
"DFDraw",
23
"DFDraw/**/*.{h,m}"
24
],
25
"exclude_files": "",
26
"resource_bundles": {
27
"DFDraw": [
28
"DFDraw/**/*.{xib,png,xcassets}"
29
]
30
}
31
}