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] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git]
/
Specs
/
3
/
5
/
d
/
iOSBlocks
/
1.0
/
iOSBlocks.podspec.json
blob
f4541fc53b575cf4f1294be03ac83848668ab268
1
{
2
"name": "iOSBlocks",
3
"version": "1.0",
4
"summary": "Objective-C block replacement for some Cocoa Touch APIs depending on delegation.",
5
"homepage": "https://github.com/dzenbot/iOSBlocks",
6
"license": {
7
"type": "MIT",
8
"file": "LICENSE"
9
},
10
"authors": {
11
"Ignacio Romero Z.": "iromero@dzen.cl"
12
},
13
"platforms": {
14
"ios": "5.0"
15
},
16
"source": {
17
"git": "https://github.com/dzenbot/iOSBlocks.git",
18
"tag": "v1.0"
19
},
20
"source_files": [
21
"Classes",
22
"Source/**/*.{h,m}"
23
],
24
"frameworks": [
25
"MapKit",
26
"CoreLocation",
27
"MessageUI",
28
"MobileCoreServices",
29
"UIKit",
30
"CoreGraphics"
31
],
32
"requires_arc": true,
33
"deprecated": true
34
}