[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / c / 3 / 0 / AppCenterXCUITestExtensions / 1.0.0 / AppCenterXCUITestExtensions.podspec.json
blobaffb06525c3c2c6cafb2264743727e84f0f73f14
2   "name": "AppCenterXCUITestExtensions",
3   "version": "1.0.0",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/Microsoft/AppCenter-Test-XCUITest-Extensions",
8   "authors": {
9     "Chris Fuentes": "chfuen@microsoft.com",
10     "Joshua Moody": "josmoo@microsoft.com"
11   },
12   "summary": "AppCenter XCUITest Extensions is an iOS Framework for\ntaking screenshots and annotating tests when running XCUITest tests.",
13   "source": {
14     "git": "https://github.com/Microsoft/AppCenter-Test-XCUITest-Extensions.git",
15     "tag": "1.0.0"
16   },
17   "ios": {
18     "source_files": "Sources/*.{h,m}",
19     "public_header_files": "Sources/**/*.h",
20     "frameworks": "XCTest"
21   },
22   "platforms": {
23     "ios": "9.0"
24   },
25   "requires_arc": true,
26   "pod_target_xcconfig": {
27     "ENABLE_BITCODE": "NO"
28   }