blob: c46bbc9a671845d42e65bfe24a604a25380ff42a [file] [log] [blame]
{
"name": "AXMagicIdentifiers",
"version": "0.1.0",
"summary": "UIViewController category that automagically adds accessibility identifiers to top level views and all UIButtons.",
"homepage": "https://github.com/garrefa/AXMagicIdentifiers",
"license": "MIT",
"authors": {
"Alexandre Garrefa": "alexmrg@gmail.com"
},
"source": {
"git": "https://github.com/garrefa/AXMagicIdentifiers.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/alexmrg",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"AXMagicIdentifiers": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h",
"frameworks": "UIKit"
}