[Add] TiendeoCore 0.0.3-beta1
[CocoaPods.git] / Specs / c / 2 / e / AXMagicIdentifiers / 1.0.1 / AXMagicIdentifiers.podspec.json
blobc7f07611caae01b9a706ef6eb9ca7012808847b4
2   "name": "AXMagicIdentifiers",
3   "version": "1.0.1",
4   "summary": "Categories that automagically adds accessibility identifiers to key objects for test automation",
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": "1.0.1"
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",
27   "dependencies": {
28     "JRSwizzle": [
29       "~> 1.0"
30     ]
31   }