blob: e49a9d067c7f3b00df3972a328e617f042608b7c [file] [log] [blame]
{
"name": "AXMagicIdentifiers",
"version": "1.0.4",
"summary": "Categories that automagically adds accessibility identifiers to key objects for test automation",
"homepage": "https://github.com/garrefa/AXMagicIdentifiers",
"license": "MIT",
"authors": {
"Alexandre Garrefa": "alexmrg@gmail.com"
},
"source": {
"git": "https://github.com/garrefa/AXMagicIdentifiers.git",
"tag": "1.0.4"
},
"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",
"dependencies": {
"JRSwizzle": [
"~> 1.0"
]
}
}