blob: 6a84564833b305a8ebce18b1bbc6c95f22970737 [file] [log] [blame]
{
"name": "MTPDF",
"version": "0.0.6",
"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.6"
},
"platforms": {
"ios": "7.0"
},
"source_files": "MTPDF/*.{m,h}",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"MTDates": [
]
}
}