blob: a810a52460755fdc398eff5603b7aecd9da6b9f6 [file] [log] [blame]
{
"name": "iOSBlocks",
"version": "1.0.1",
"summary": "Objective-C block replacement for some Cocoa Touch APIs depending on delegation.",
"homepage": "https://github.com/dzenbot/iOSBlocks",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ignacio Romero Z.": "iromero@dzen.cl"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/dzenbot/iOSBlocks.git",
"tag": "v1.0.1"
},
"source_files": [
"Classes",
"Source/**/*.{h,m}"
],
"frameworks": [
"MapKit",
"CoreLocation",
"MessageUI",
"MobileCoreServices",
"UIKit",
"CoreGraphics"
],
"requires_arc": true,
"deprecated": true
}