[Add] FTMobileSDK 1.5.8-alpha.2
[CocoaPods.git] / Specs / d / 0 / 1 / SwiftyDown / 0.0.5 / SwiftyDown.podspec.json
blob83b0f3e2b78cd8483ca08d039e2d0464a2eca191
2   "name": "SwiftyDown",
3   "version": "0.0.5",
4   "summary": "Pure swift implementation markdown parser, convert to NSAttributedString",
5   "description": "Simple, Elegant, Powerful markdown parser written in swift. Provides friendly interface to convert markdown string to NSAttributedString.",
6   "homepage": "https://github.com/aaaron7/SwiftyDown",
7   "screenshots": "https://raw.githubusercontent.com/aaaron7/SwiftyDown/master/SwiftyDownExample/screenshots.png",
8   "license": "LICENSE.txt",
9   "authors": {
10     "aaaron7": "aaaron7@outlook.com"
11   },
12   "source": {
13     "git": "https://github.com/aaaron7/SwiftyDown.git",
14     "tag": "0.0.5"
15   },
16   "social_media_url": "http://weibo.com/roseofsharon",
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "source_files": "SwiftyDown/*",
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ]