blob: b138df2ee2e69135bacd2eba432f7fc45e1ba5ce [file] [log] [blame]
{
"name": "BBlock",
"version": "1.0.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/bdbergeron/BBlock.git",
"tag": "1.0.0"
},
"requires_arc": true,
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": "BBlock.{h,m}",
"osx": {
"source_files": "BBNSButton.{h,m}"
},
"subspecs": [
{
"name": "Foundation",
"source_files": "Categories/Foundation/*.{h,m}",
"ios": {
"exclude_files": [
"Categories/Foundation/NSApplication+BBlock.{h,m}",
"Categories/Foundation/NSButton+BBlock.{h,m}",
"Categories/Foundation/NSImage+BBlock.{h,m}",
"Categories/Foundation/NSURL+BBlock.{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"
}
]
}