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] TestFrameworkIos1 1.0.2
[CocoaPods.git]
/
Specs
/
d
/
8
/
a
/
MFHUDManager
/
0.0.1
/
MFHUDManager.podspec.json
blob
e8fb30d502f9970d1017ca987989fec60ae1c5d0
1
{
2
"name": "MFHUDManager",
3
"version": "0.0.1",
4
"summary": "Elegant HUD Manager",
5
"homepage": "https://github.com/GodzzZZZ/MFHUDManager",
6
"license": "MIT",
7
"authors": {
8
"GodzzZZZ": "pipeliningzzz@gmail.com"
9
},
10
"platforms": {
11
"ios": "9.0"
12
},
13
"source": {
14
"git": "https://github.com/GodzzZZZ/MFHUDManager.git",
15
"tag": "0.0.1"
16
},
17
"source_files": [
18
"Classes",
19
"Classes/**/*.{h,m}"
20
],
21
"resources": "Image/*.png",
22
"frameworks": [
23
"UIKit",
24
"Foundation"
25
],
26
"requires_arc": true
27
}