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