[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / a / 7 / f / BBlock / 1.1.0 / BBlock.podspec.json
blob00b260b26331633acff832d39df7e1c38a81d23b
2   "name": "BBlock",
3   "version": "1.1.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/kgn/BBlock.git",
12     "tag": "v1.1.0"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "5.0",
17     "osx": "10.7"
18   },
19   "source_files": "BBlock.{h,m}",
20   "subspecs": [
21     {
22       "name": "Foundation",
23       "source_files": "Categories/Foundation/*.{h,m}"
24     },
25     {
26       "name": "AppKit",
27       "platforms": {
28         "osx": null
29       },
30       "source_files": "Categories/AppKit/*.{h,m}"
31     },
32     {
33       "name": "UIKit",
34       "platforms": {
35         "ios": null
36       },
37       "source_files": "Categories/UIKit/*.{h,m}"
38     },
39     {
40       "name": "StoreKit",
41       "platforms": {
42         "ios": null
43       },
44       "source_files": "Categories/StoreKit/*.{h,m}",
45       "frameworks": "StoreKit"
46     }
47   ]