[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 8 / 4 / MMLayerAccessibility / 0.1.2 / MMLayerAccessibility.podspec.json
blob78a49b38fdee6954154f4b3ff6a10e7e999c857a
2   "name": "MMLayerAccessibility",
3   "version": "0.1.2",
4   "summary": "A framework for adding NSAccessibility support to CALayer",
5   "homepage": "https://github.com/mmllr/MMLayerAccessibility",
6   "screenshots": "https://github.com/mmllr/MMLayerAccessibility.git/Resources/screenshot01.png",
7   "license": "MIT",
8   "authors": {
9     "Markus Mueller": "mmlr@gmx.net"
10   },
11   "source": {
12     "git": "https://github.com/mmllr/MMLayerAccessibility.git",
13     "tag": "0.1.2"
14   },
15   "social_media_url": "https://twitter.com/m_mlr",
16   "platforms": {
17     "osx": "10.7"
18   },
19   "requires_arc": true,
20   "source_files": "Classes/**/*.{h,m}",
21   "ios": {
22     "exclude_files": "Classes/osx"
23   },
24   "osx": {
25     "exclude_files": "Classes/ios"
26   },
27   "exclude_files": "Classes/**/*Spec.{h,m}",
28   "public_header_files": "Classes/CALayer+NSAccessibility.h",
29   "frameworks": "QuartzCore"