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
/
4
/
f
/
5
/
FJGuidancePageView
/
1.0.1
/
FJGuidancePageView.podspec.json
blob
5b429e5425dbc15200057086d2c5b9d58ddf1ace
1
{
2
"name": "FJGuidancePageView",
3
"version": "1.0.1",
4
"summary": "引导页:支持滑动和点击两种效果、逻辑简单、一句话集成",
5
"homepage": "https://github.com/fangjinfeng/FJGuidancePageView",
6
"license": {
7
"type": "MIT",
8
"file": "LICENSE"
9
},
10
"authors": {
11
"fangjinfeng": "116418179@qq.com"
12
},
13
"platforms": {
14
"ios": "7.0"
15
},
16
"source": {
17
"git": "https://github.com/fangjinfeng/FJGuidancePageView.git",
18
"tag": "1.0.1"
19
},
20
"source_files": [
21
"FJGuidancePageView",
22
"*.{h,m}"
23
],
24
"requires_arc": true,
25
"frameworks": "UIKit"
26
}