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] LastFM.swift 1.5.1
[CocoaPods.git]
/
Specs
/
3
/
9
/
0
/
SoAlertControl
/
0.0.1
/
SoAlertControl.podspec.json
blob
ce0941f2bf47e1e96e0a74676dec9decc787041a
1
{
2
"name": "SoAlertControl",
3
"version": "0.0.1",
4
"summary": "自定义AlertView",
5
"homepage": "https://github.com/lingaoo/SoAlertControl",
6
"license": "MIT",
7
"authors": {
8
"lingaoo": "lingaooli@gmail.com"
9
},
10
"platforms": {
11
"ios": "8.0"
12
},
13
"source": {
14
"git": "https://github.com/lingaoo/SoAlertControl.git",
15
"tag": "0.0.1"
16
},
17
"source_files": [
18
"SoAlertControl",
19
"SoAlertControl/*.{h,m}"
20
],
21
"frameworks": [
22
"Foundation",
23
"CoreGraphics",
24
"UIKit"
25
],
26
"requires_arc": true
27
}