[Add] TiendeoCore 0.0.3-beta1
[CocoaPods.git] / Specs / c / 2 / e / AXMagicIdentifiers / 0.1.2 / AXMagicIdentifiers.podspec.json
blob3a0df1a59eb268f4233ea40f188dc73bd65d7ffa
2   "name": "AXMagicIdentifiers",
3   "version": "0.1.2",
4   "summary": "UIViewController category that automagically adds accessibility identifiers to top level views and all UIButtons.",
5   "homepage": "https://github.com/garrefa/AXMagicIdentifiers",
6   "license": "MIT",
7   "authors": {
8     "Alexandre Garrefa": "alexmrg@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/garrefa/AXMagicIdentifiers.git",
12     "tag": "0.1.2"
13   },
14   "social_media_url": "https://twitter.com/alexmrg",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "resource_bundles": {
21     "AXMagicIdentifiers": [
22       "Pod/Assets/*.png"
23     ]
24   },
25   "public_header_files": "Pod/Classes/*.h",
26   "frameworks": "UIKit"