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] IPDSDK 2.0.0.3
[CocoaPods.git]
/
Specs
/
9
/
5
/
d
/
CLUIKit
/
1.7.1
/
CLUIKit.podspec.json
blob
871341824ca93c2b8d69f3e70d6f7245188d0422
1
{
2
"name": "CLUIKit",
3
"version": "1.7.1",
4
"summary": "CLUIKit for iOS",
5
"homepage": "https://github.com/CainLuo/CLUIKit",
6
"license": {
7
"type": "MIT",
8
"file": "LICENSE"
9
},
10
"authors": {
11
"CainLuo": "350116542@qq.com"
12
},
13
"platforms": {
14
"ios": "8.0"
15
},
16
"source": {
17
"git": "https://github.com/CainLuo/CLUIKit.git",
18
"tag": "1.7.1"
19
},
20
"source_files": [
21
"CLUIKit",
22
"CLUIKit/**/*.{h,m}"
23
],
24
"requires_arc": true,
25
"frameworks": [
26
"UIKit",
27
"Foundation"
28
],
29
"dependencies": {
30
"MJRefresh": [
31
32
],
33
"CLFoundation": [
34
35
],
36
"Masonry": [
37
38
]
39
}
40
}