[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 7 / f / BBlock / 1.0.0 / BBlock.podspec.json
blobb138df2ee2e69135bacd2eba432f7fc45e1ba5ce
2   "name": "BBlock",
3   "version": "1.0.0",
4   "license": "MIT",
5   "summary": "Objective-c block categories and subclasses.",
6   "homepage": "https://github.com/kgn/BBlock",
7   "authors": {
8     "David Keegan": "git@davidkeegan.com"
9   },
10   "source": {
11     "git": "https://github.com/bdbergeron/BBlock.git",
12     "tag": "1.0.0"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "5.0",
17     "osx": "10.7"
18   },
19   "source_files": "BBlock.{h,m}",
20   "osx": {
21     "source_files": "BBNSButton.{h,m}"
22   },
23   "subspecs": [
24     {
25       "name": "Foundation",
26       "source_files": "Categories/Foundation/*.{h,m}",
27       "ios": {
28         "exclude_files": [
29           "Categories/Foundation/NSApplication+BBlock.{h,m}",
30           "Categories/Foundation/NSButton+BBlock.{h,m}",
31           "Categories/Foundation/NSImage+BBlock.{h,m}",
32           "Categories/Foundation/NSURL+BBlock.{h,m}"
33         ]
34       }
35     },
36     {
37       "name": "UIKit",
38       "platforms": {
39         "ios": null
40       },
41       "source_files": "Categories/UIKit/*.{h,m}"
42     },
43     {
44       "name": "StoreKit",
45       "platforms": {
46         "ios": null
47       },
48       "source_files": "Categories/StoreKit/*.{h,m}",
49       "frameworks": "StoreKit"
50     }
51   ]