[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 7 / c / SEMarkdownEditor / 0.4.0 / SEMarkdownEditor.podspec.json
blob8bf0534993471859e24afc057bc844327efac581
2   "name": "SEMarkdownEditor",
3   "version": "0.4.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.4.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.2.0"
32     ]
33   }