blob: b9a6afd7243c6e02085161103169401e109c7c42 [file] [log] [blame]
{
"name": "xName",
"version": "0.3.0",
"swift_version": "3.2",
"summary": "Allows accessing UI elements with identifier",
"description": "TODO: Add long description of the pod here.\nTired of creating IBOutlets every time you want to access a UI element? Then don't!\nInstead use Accessibility Identifier to access UIViews!",
"homepage": "https://github.com/MuhsinFatih/xName",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"muhsinfatih@gmail.com": "muhsinfatih@gmail.com"
},
"source": {
"git": "https://github.com/MuhsinFatih/xName.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "xName/Classes/*swift",
"frameworks": "UIKit"
}