[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 3 / 5 / a / SHMessageUIBlocks / 1.0.0 / SHMessageUIBlocks.podspec.json
blob2f2cb35f5a0c734219636c74a5303908b9fe0183
2   "name": "SHMessageUIBlocks",
3   "version": "1.0.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/CocoaStevia/SHMessageUIBlocks",
7   "license": "MIT",
8   "authors": {
9     "Seivan Heidari": "seivan.heidari@icloud.com"
10   },
11   "source": {
12     "git": "https://github.com/CocoaStevia/SHMessageUIBlocks.git",
13     "tag": "1.0.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