blob: 4f978f4d1d6b7f2cf274196cd11c41d305e4bcdb [file] [log] [blame]
{
"name": "SimplePDF",
"version": "2.0.0",
"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": "v2.0.0",
"submodules": true
},
"source_files": "SimplePDF/**/*.{h,swift}"
}