[Add] TradPlusAdSDK 12.9.0
[CocoaPods.git] / Specs / 4 / 7 / c / SEMarkdownEditor / 0.3.0 / SEMarkdownEditor.podspec.json
blobfdb12c3b19b0fa89cf52fa9c3b747ea59fd2da3d
2   "name": "SEMarkdownEditor",
3   "version": "0.3.0",
4   "summary": "Text transformation functions for implementing a markdown toolbar in an iOS app.",
5   "homepage": "https://github.com/bnickel/SEMarkdownEditor",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Brian Nickel": "bnickel@stackexchange.com"
12   },
13   "platforms": {
14     "ios": "6.0"
15   },
16   "source": {
17     "git": "https://github.com/bnickel/SEMarkdownEditor.git",
18     "tag": "v0.3.0"
19   },
20   "source_files": "SEMarkdownEditor/Core",
21   "ios": {
22     "source_files": "SEMarkdownEditor/UIKit",
23     "public_header_files": "SEMarkdownEditor/UIKit/**/*.h",
24     "frameworks": "UIKit"
25   },
26   "public_header_files": "SEMarkdownEditor/Core/**/*.h",
27   "frameworks": "Foundation",
28   "requires_arc": true,
29   "dependencies": {
30     "SEStringUtilities": [
31       "~> 0.1"
32     ]
33   }