[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / e / c / EarlGrey / 1.0.0 / EarlGrey.podspec.json
blob031f5896fce421fc4fdc16c844cbf8259a158df7
2   "name": "EarlGrey",
3   "version": "1.0.0",
4   "summary": "iOS UI Testing Framework",
5   "description": "EarlGrey is an iOS UI test automation framework. It is built on XCTest and integrates directly into Xcode's Test Navigator panel. EarlGrey allows tests to interact with the app similarly to how an end-user would. It synchronizes automatically with various UI altering events so test operations see the UI in a stable state each time they are executed.",
6   "homepage": "https://www.github.com/google/EarlGrey",
7   "license": {
8     "type": "Apache 2.0, CC-BY 4.0",
9     "file": "EarlGrey-1.0.0/LICENSE"
10   },
11   "authors": {
12     "Google Inc.": "www.google.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "source": {
19     "http": "http://www.github.com/google/EarlGrey/releases/download/1.0.0/EarlGrey-1.0.0.zip"
20   },
21   "frameworks": [
22     "CoreFoundation",
23     "CoreGraphics",
24     "Foundation",
25     "IOKit",
26     "QuartzCore",
27     "UIKit",
28     "XCTest"
29   ],
30   "ios": {
31     "vendored_frameworks": "EarlGrey-1.0.0/EarlGrey.framework"
32   },
33   "pod_target_xcconfig": {
34     "FRAMEWORK_SEARCH_PATHS": "$(inherited) $(PLATFORM_DIR)/Developer/Library/Frameworks $(PLATFORM_DIR)/System/Library/Frameworks",
35     "ENABLE_BITCODE": "NO",
36     "OTHER_CFLAGS": "-fobjc-arc-exceptions"
37   }