[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 3 / 5 / d / MTPDF / 0.0.3 / MTPDF.podspec.json
blobdcb237890977b114071da7600136e3eb06dc3f72
2   "name": "MTPDF",
3   "version": "0.0.3",
4   "summary": "Objective-C PDF objects. Doing my part to help us stay out of the headache that is Core Foundation.",
5   "homepage": "https://github.com/mysterioustrousers/MTPDF",
6   "license": "MIT",
7   "authors": {
8     "Adam Kirk": "atomkirk@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/mysterioustrousers/MTPDF.git",
12     "tag": "0.0.3"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source_files": "MTPDF/*.{m,h}",
18   "frameworks": "UIKit",
19   "requires_arc": true,
20   "dependencies": {
21     "MTDates": [
23     ]
24   }