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] MentaKSAdapter 5.20.35
[CocoaPods.git]
/
Specs
/
3
/
5
/
d
/
iOSBlocks
/
1.0.2
/
iOSBlocks.podspec.json
blob
e9dbe287bd36a158ce245ce2c1632bc11a4fb925
1
{
2
"name": "iOSBlocks",
3
"version": "1.0.2",
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.2"
19
},
20
"source_files": [
21
"Classes",
22
"Source/**/*.{h,m}"
23
],
24
"requires_arc": true,
25
"frameworks": [
26
"MapKit",
27
"CoreLocation",
28
"MessageUI",
29
"MobileCoreServices",
30
"UIKit",
31
"CoreGraphics"
32
],
33
"deprecated": true
34
}