| { | |
| "name": "MarkedView", | |
| "version": "1.1.0", | |
| "summary": "The Markdown text web viewer.", | |
| "homepage": "https://github.com/mittsuu/MarkedView-for-iOS", | |
| "license": "MIT", | |
| "authors": { | |
| "mittsu": "mittsu553@gmail.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/mittsuu/MarkedView-for-iOS.git", | |
| "tag": "1.1.0" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "requires_arc": true, | |
| "source_files": "Pod/Classes/**/*", | |
| "resource_bundles": { | |
| "MarkedView": [ | |
| "Pod/Assets/**/*" | |
| ] | |
| } | |
| } |