[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 9 / 1 / c / MYSCoreText / 0.0.1 / MYSCoreText.podspec.json
blob8dcd3f4336afb75ae062e2e92b60f039818cb8fd
2   "name": "MYSCoreText",
3   "version": "0.0.1",
4   "summary": "An Objective-C wrapper around Apple's Core Text framework.",
5   "description": "This allows you to easily create framesetters and frames of text and then access all the elements and geomentry of the typography.",
6   "homepage": "https://github.com/mysterioustrousers/MYSCoreText",
7   "license": "MIT",
8   "authors": {
9     "Adam Kirk": "adam@mysterioustrousers.com"
10   },
11   "platforms": {
12     "ios": "5.0",
13     "osx": "10.7"
14   },
15   "source": {
16     "git": "https://github.com/mysterioustrousers/MYSCoreText.git",
17     "tag": "0.0.1"
18   },
19   "source_files": "MYSCoreText/*.{h,m}",
20   "private_header_files": "MYSCoreText/*_*.h",
21   "frameworks": "Foundation",
22   "requires_arc": true