[Add] MirrorXML 4.0.3
[CocoaPods.git] / Specs / 6 / 7 / 5 / Louis / 1.0.1 / Louis.podspec.json
blob09fda64ce60e5b25b4906b6c9bb409cf719cf198
2   "name": "Louis",
3   "version": "1.0.1",
4   "summary": "Automated Accessibility Testing for iOS.",
5   "description": "Automated Accessibility Testing for iOS. Run automatically while your app is running or manually as part of your view tests. Easily control how the results are reported.",
6   "homepage": "https://github.com/aleffert/Louis",
7   "license": "MIT",
8   "authors": {
9     "Akiva Leffert": "aleffert@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/aleffert/Louis.git",
13     "tag": "1.0.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "default_subspecs": "Lib",
20   "subspecs": [
21     {
22       "name": "Lib",
23       "source_files": "Sources/*.{h,m}"
24     },
25     {
26       "name": "XCTest",
27       "source_files": "Sources/XCTest/*.*",
28       "frameworks": "XCTest",
29       "dependencies": {
30         "Louis/Lib": [
31           "~> 1.0"
32         ]
33       }
34     }
35   ]