[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 6 / 5 / 4 / Einstein / 0.1.0 / Einstein.podspec.json
blob4328eb2487a485c6e2648500ec660fa15e2811cc
2   "name": "Einstein",
3   "version": "0.1.0",
4   "summary": "UITest helper",
5   "description": "Einstein integrates the business logic across the Project and UITest through AccessibilityIdentified. And on UITest, useing EasyPredict and Extensions to better support test code writing.",
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.0"
20   },
21   "requires_arc": true,
22   "swift_versions": "5.0",
23   "default_subspecs": [
24     "Share",
25     "UITest"
26   ],
27   "dependencies": {
28     "Then": [
30     ]
31   },
32   "swift_version": "5.0",
33   "subspecs": [
34     {
35       "name": "Share",
36       "source_files": "class/share/*.swift",
37       "frameworks": "UIKit"
38     },
39     {
40       "name": "UITest",
41       "source_files": "class/uitest/**/*.swift",
42       "ios": {
43         "frameworks": [
44           "UIKit",
45           "XCTest"
46         ]
47       }
48     }
49   ]