blob: 00b260b26331633acff832d39df7e1c38a81d23b [file] [log] [blame]
{
"name": "BBlock",
"version": "1.1.0",
"license": "MIT",
"summary": "Objective-c block categories and subclasses.",
"homepage": "https://github.com/kgn/BBlock",
"authors": {
"David Keegan": "git@davidkeegan.com"
},
"source": {
"git": "https://github.com/kgn/BBlock.git",
"tag": "v1.1.0"
},
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": "BBlock.{h,m}",
"subspecs": [
{
"name": "Foundation",
"source_files": "Categories/Foundation/*.{h,m}"
},
{
"name": "AppKit",
"platforms": {
"osx": null
},
"source_files": "Categories/AppKit/*.{h,m}"
},
{
"name": "UIKit",
"platforms": {
"ios": null
},
"source_files": "Categories/UIKit/*.{h,m}"
},
{
"name": "StoreKit",
"platforms": {
"ios": null
},
"source_files": "Categories/StoreKit/*.{h,m}",
"frameworks": "StoreKit"
}
]
}