-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
executable file
·40 lines (40 loc) · 1001 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"mode":"release",
"upload":{
"key":"XXXXXXXX",
"secret":"XXXXXXXXXXX",
"url":"http://oss-cn-beijing.aliyuncs.com",
"bucketname":"binaryframework",
"download_host":"https://binaryframework.oss-cn-beijing.aliyuncs.com/"
},
"swift_version": 4.2,
"sdk": "iphoneos",
"mach_o_type": "staticlib",
"git": {
"force": true
},
"email":{
"host":"smtp.gmail.com",
"user":"[email protected]",
"port":587,
"pass":"XXXXXXXX",
"sender":"[email protected]",
"receivers":["[email protected]"]
},
"pod": {
"debug": {
"source":["https://github.com/zhuamaodeyu/LibSpec.git","https://github.com/CocoaPods/Specs.git"],
"spec_name":"LibSpec"
},
"release": {
"source":["https://github.com/zhuamaodeyu/LibSpec.git","https://github.com/CocoaPods/Specs.git"],
"spec_name":"LibSpec"
}
},
"mapping": {
"SwiftyJSON": "SwiftyJSON iOS",
"HandyJSON":"HandyJSON iOS",
"Alamofire": "Alamofire iOS",
"SwiftDate": "SwiftDate-iOS"
}
}