blob: 9d43cbd601ac58b806e870114fa3c0fd1f786e4e [file] [log] [blame]
{
"name": "AXMagicIdentifiers",
"version": "0.1.3",
"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.3"
},
"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"
}