[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 3 / 5 / d / iOSBlocks / 1.1 / iOSBlocks.podspec.json
blob32ac1beb04c4ef825c8e7287948026152f5896ec
2   "name": "iOSBlocks",
3   "version": "1.1",
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   "source": {
14     "git": "https://github.com/dzenbot/iOSBlocks.git",
15     "tag": "v1.1"
16   },
17   "platforms": {
18     "ios": "5.0"
19   },
20   "requires_arc": true,
21   "default_subspecs": [
22     "UIKit"
23   ],
24   "header_mappings_dir": "Source",
25   "deprecated": true,
26   "subspecs": [
27     {
28       "name": "Cocoa",
29       "source_files": "Source/iOSBlocksProtocol.h",
30       "dependencies": {
31         "iOSBlocks/CoreLocation": [
33         ],
34         "iOSBlocks/Foundation": [
36         ],
37         "iOSBlocks/MessageUI": [
39         ],
40         "iOSBlocks/UIKit": [
42         ]
43       }
44     },
45     {
46       "name": "CoreLocation",
47       "source_files": "Source/iOSBlocksProtocol.h",
48       "frameworks": "CoreLocation"
49     },
50     {
51       "name": "Foundation",
52       "source_files": "Source/iOSBlocksProtocol.h",
53       "frameworks": "Foundation"
54     },
55     {
56       "name": "MessageUI",
57       "source_files": "Source/iOSBlocksProtocol.h",
58       "frameworks": "MessageUI"
59     },
60     {
61       "name": "UIKit",
62       "source_files": "Source/iOSBlocksProtocol.h",
63       "frameworks": [
64         "UIKit",
65         "MobileCoreServices"
66       ]
67     }
68   ]