[Add] Ads-Global-Beta 6.5.0.2
[CocoaPods.git] / Specs / a / 8 / 4 / MMLayerAccessibility / 0.1.0 / MMLayerAccessibility.podspec.json
blobc9f77e674cffb60dc02611cd72e930207d697908
2   "name": "MMLayerAccessibility",
3   "version": "0.1.0",
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.0"
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"