[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 3 / 5 / d / MTPDF / 0.0.4 / MTPDF.podspec.json
blob4ecfe7757d6a89a3e940ce074a1db3b035f72dfa
2   "name": "MTPDF",
3   "version": "0.0.4",
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.4"
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   }