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