[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / b / 1 / SkyMusicXMLParser / 0.0.1 / SkyMusicXMLParser.podspec.json
blobedcc4f6a614b41942b189d2683e975190e6113b7
2   "name": "SkyMusicXMLParser",
3   "version": "0.0.1",
4   "summary": "MusicXML解析,六线谱(吉他谱)绘制",
5   "description": "将MusicXML文档解析为一个字典,看具体情况转为model; 通过解析出来的MusicXML,进行六线谱(吉他谱)的绘制。",
6   "homepage": "https://github.com/duiyueliu/SkyMusicXMLParser",
7   "license": "MIT",
8   "authors": {
9     "shikaiming": "skm1992@163.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/duiyueliu/SkyMusicXMLParser.git",
16     "tag": "0.0.1"
17   },
18   "source_files": [
19     "SkyMusicXMLParser",
20     "SkyMusicXMLParser/Classes/*.{h,m}"
21   ],
22   "public_header_files": "SkyMusicXMLParser/*.h"