blob: d8dd92f5880826e95d101d5a1cf080c0c0dd56a7 [file] [log] [blame]
{
"name": "SimplePDF",
"version": "1.0.1",
"summary": "A library for creating simple pdf files.",
"homepage": "https://github.com/nrewik/SimplePDF",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nutchaphon Rewik": "nrewik@outlook.com"
},
"social_media_url": "http://twitter.com/nrewik",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/nrewik/SimplePDF.git",
"tag": "v1.0.1",
"submodules": true
},
"source_files": "SimplePDF/**/*.{h,swift}"
}