[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / 5 / 4 / Einstein / 0.3.0 / Einstein.podspec.json
blobf349bc4f653466ee495a8b5c415028c0d806643b
2   "name": "Einstein",
3   "version": "0.3.0",
4   "source": {
5     "git": "https://github.com/ZhipingYang/Einstein.git",
6     "tag": "0.3.0"
7   },
8   "summary": "Einstein integrates the project and UItest through AccessibilityIdentified, and It supports chain function to make test coding understand easier and more concise",
9   "description": "This library have two parts,\nthe one supports assign AccessibilityIdentified to the UIElements easier and concise, \nanother one gets the elements by AccessibilityIdentified to writing uitest code in chain function way.\nhere we define EasyPredicate to avoid writing hard code when we use NSPredicate. \nin this way, EasyPredicate is more like OOP which we are familiar to use it.",
10   "homepage": "https://github.com/ZhipingYang/Einstein",
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Daniel Yang": "xcodeyang@gmail.com"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.14"
21   },
22   "requires_arc": true,
23   "swift_versions": "5.0",
24   "default_subspecs": [
25     "Identifier",
26     "UITest"
27   ],
28   "swift_version": "5.0",
29   "subspecs": [
30     {
31       "name": "Identifier",
32       "source_files": "class/identifier/*.swift",
33       "ios": {
34         "frameworks": "UIKit"
35       },
36       "osx": {
37         "frameworks": "AppKit"
38       }
39     },
40     {
41       "name": "UITest",
42       "source_files": "class/uitest/**/*.swift",
43       "ios": {
44         "frameworks": [
45           "UIKit",
46           "XCTest"
47         ]
48       },
49       "osx": {
50         "frameworks": [
51           "AppKit",
52           "XCTest"
53         ]
54       },
55       "pod_target_xcconfig": {
56         "ENABLE_BITCODE": "NO"
57       },
58       "dependencies": {
59         "Einstein/Identifier": [
61         ],
62         "Then": [
64         ]
65       }
66     }
67   ]