blob: ba61e5d7becc7c7df4900598d6accd0a656641d2 [file] [log] [blame]
{
"name": "MMLayerAccessibility",
"version": "0.1.3",
"summary": "A framework for adding NSAccessibility support to CALayer",
"homepage": "https://github.com/mmllr/MMLayerAccessibility",
"screenshots": "https://github.com/mmllr/MMLayerAccessibility.git/Resources/screenshot01.png",
"license": "MIT",
"authors": {
"Markus Mueller": "mmlr@gmx.net"
},
"source": {
"git": "https://github.com/mmllr/MMLayerAccessibility.git",
"tag": "0.1.3"
},
"social_media_url": "https://twitter.com/m_mlr",
"platforms": {
"osx": "10.7"
},
"requires_arc": true,
"source_files": "Classes/**/*.{h,m}",
"ios": {
"exclude_files": "Classes/osx"
},
"osx": {
"exclude_files": "Classes/ios"
},
"exclude_files": "Classes/**/*Spec.{h,m}",
"public_header_files": "Classes/osx/CALayer+NSAccessibility.h",
"frameworks": "QuartzCore"
}