blob: f4541fc53b575cf4f1294be03ac83848668ab268 [file] [log] [blame]
{
"name": "iOSBlocks",
"version": "1.0",
"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"
},
"source_files": [
"Classes",
"Source/**/*.{h,m}"
],
"frameworks": [
"MapKit",
"CoreLocation",
"MessageUI",
"MobileCoreServices",
"UIKit",
"CoreGraphics"
],
"requires_arc": true,
"deprecated": true
}