[Add] WatchMarket 0.0.2
[CocoaPods.git] / Specs / 4 / 7 / c / SEMarkdownEditor / 0.1.0 / SEMarkdownEditor.podspec.json
blobd7245f345972679526b63235d693e7808a4bf3f0
2   "name": "SEMarkdownEditor",
3   "version": "0.1.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.1.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