blob: 68a8bbd4b5ffb32eb04a67d1bf5e49d2ecd2f7f6 [file] [log] [blame]
{
"name": "MTPDF",
"version": "0.0.7",
"summary": "Objective-C PDF objects. Doing my part to help us stay out of the headache that is Core Foundation.",
"homepage": "https://github.com/mysterioustrousers/MTPDF",
"license": "MIT",
"authors": {
"Adam Kirk": "atomkirk@gmail.com"
},
"source": {
"git": "https://github.com/mysterioustrousers/MTPDF.git",
"tag": "0.0.7"
},
"platforms": {
"ios": "7.0"
},
"source_files": "MTPDF/*.{m,h}",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"MTDates": [
]
}
}