blob: 2f2cb35f5a0c734219636c74a5303908b9fe0183 [file] [log] [blame]
{
"name": "SHMessageUIBlocks",
"version": "1.0.0",
"summary": "CompletionBlocks for MFMailComposeViewController and MFMessageComposeViewController (MessageUI framework).",
"description": "\n * Swizzle and junk free\n * No need to clean up after - The control blocks are self maintained.\n * The controllers are referenced in a map with weak properties\n * Prefixed selectors.\n * Minimum clutter on top of the public interface.\n \n",
"homepage": "https://github.com/CocoaStevia/SHMessageUIBlocks",
"license": "MIT",
"authors": {
"Seivan Heidari": "seivan.heidari@icloud.com"
},
"source": {
"git": "https://github.com/CocoaStevia/SHMessageUIBlocks.git",
"tag": "1.0.0"
},
"ios": {
"frameworks": "MessageUI"
},
"platforms": {
"ios": "6.0"
},
"source_files": "SHMessageUIBlocks/**/*.{h,m}",
"requires_arc": true
}