[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 3 / 0 / d / Swift-M / 1.0.3 / Swift-M.podspec.json
blobaf2c38f1ddea891069d6a328b157a706752dd4dc
2   "name": "Swift-M",
3   "version": "1.0.3",
4   "summary": "some useful extension of swift",
5   "homepage": "https://github.com/shuigenObba/Swift-M",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "huangshuigen": "huangshuigenoppa@163.com"
12   },
13   "source": {
14     "git": "https://github.com/shuigenObba/Swift-M.git",
15     "tag": "1.0.3"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "requires_arc": true,
21   "pushed_with_swift_version": "4.0",
22   "subspecs": [
23     {
24       "name": "Extension",
25       "source_files": "Swift-M/Classes/Extension/**/*.swift",
26       "frameworks": [
27         "Foundation",
28         "UIKit"
29       ]
30     },
31     {
32       "name": "UIKit",
33       "source_files": "Swift-M/Classes/UIKit/**/*.swift",
34       "frameworks": "UIKit",
35       "dependencies": {
36         "Swift-M/Extension": [
38         ]
39       }
40     }
41   ]