blob: f2472b5bc147aea52cd2123a5d1b3c02dc53e045 [file] [log] [blame]
{
"name": "TPSVG",
"version": "0.1.6",
"summary": "TPSVG is a SVG parsing engine",
"description": "TPSVG parses SVG vector-based graphics according to the SVG2 standard at https://www.w3.org/TR/SVG2/",
"homepage": "https://github.com/techprimate/TPSVG",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Philip Niedertscheider": "phil@techprimate.com"
},
"source": {
"git": "https://github.com/techprimate/TPSVG.git",
"tag": "0.1.6"
},
"social_media_url": "https://twitter.com/techprimate",
"platforms": {
"ios": "8.0"
},
"source_files": "Source/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"SwiftLint": [
]
}
}