blob: 78a49b38fdee6954154f4b3ff6a10e7e999c857a [file] [log] [blame]
{
"name": "MMLayerAccessibility",
"version": "0.1.2",
"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.2"
},
"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/CALayer+NSAccessibility.h",
"frameworks": "QuartzCore"
}