[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / 5 / 4 / Einstein / 0.1.1 / Einstein.podspec.json
blobc0a2068007e49218d6b593a097fbcb5b9e2e0f34
2   "name": "Einstein",
3   "version": "0.1.1",
4   "summary": "Einstein integrates the project and UItest through AccessibilityIdentified, and It supports chain function to make test coding understand easier and more concise",
5   "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.",
6   "homepage": "https://github.com/ZhipingYang/Einstein",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Daniel Yang": "xcodeyang@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/ZhipingYang/Einstein.git",
19     "tag": "0.1.1"
20   },
21   "requires_arc": true,
22   "swift_versions": "5.0",
23   "default_subspecs": [
24     "Identifier",
25     "UITest"
26   ],
27   "swift_version": "5.0",
28   "subspecs": [
29     {
30       "name": "Identifier",
31       "source_files": "class/identifier/*.swift",
32       "ios": {
33         "frameworks": "UIKit"
34       },
35       "platforms": {
36         "ios": "8.0"
37       }
38     },
39     {
40       "name": "UITest",
41       "source_files": "class/uitest/**/*.swift",
42       "ios": {
43         "frameworks": [
44           "UIKit",
45           "XCTest"
46         ]
47       },
48       "dependencies": {
49         "Then": [
51         ]
52       },
53       "platforms": {
54         "ios": "9.0"
55       }
56     }
57   ]