[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 3 / 5 / a / SHMessageUIBlocks / 1.2.0 / SHMessageUIBlocks.podspec.json
blob82fc9b42287be3c7397681a14e7b205075231158
2   "name": "SHMessageUIBlocks",
3   "version": "1.2.0",
4   "summary": "CompletionBlocks for MFMailComposeViewController and MFMessageComposeViewController (MessageUI framework).",
5   "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",
6   "homepage": "https://github.com/seivan/SHMessageUIBlocks",
7   "license": "MIT",
8   "authors": {
9     "Seivan Heidari": "seivan.heidari@icloud.com"
10   },
11   "source": {
12     "git": "https://github.com/seivan/SHMessageUIBlocks.git",
13     "tag": "1.2.0"
14   },
15   "ios": {
16     "frameworks": "MessageUI"
17   },
18   "platforms": {
19     "ios": "6.0"
20   },
21   "source_files": "SHMessageUIBlocks/**/*.{h,m}",
22   "requires_arc": true