[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / 2 / 7 / 9 / ArtSignProSdk / 0.0.6 / ArtSignProSdk.podspec.json
blobb1e29aa2663df5f346fd2f59cb47f43f0a9e9bea
2   "name": "ArtSignProSdk",
3   "version": "0.0.6",
4   "platforms": {
5     "ios": "8.0"
6   },
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "homepage": "https://github.com/o0starshine0o/iOS-ArtSignProDemo",
12   "authors": {
13     "AbelHu": "tohys@qq.com"
14   },
15   "summary": "The core function of ArtSignPro",
16   "description": "The core function of ArtSignPro.With this sdk,you can offer expert sign to your users,at the same time you will share the amount of the charge",
17   "dependencies": {
18     "Alamofire": [
20     ],
21     "Kingfisher": [
23     ],
24     "EZSwiftExtensions": [
26     ],
27     "SwiftyJSON": [
29     ],
30     "CryptoSwift": [
32     ],
33     "SwiftSpinner": [
35     ],
36     "Toast-Swift": [
38     ],
39     "M13Checkbox": [
41     ],
42     "IQKeyboardManager": [
44     ],
45     "AutoLayoutTextViews": [
47     ]
48   },
49   "source": {
50     "git": "https://github.com/o0starshine0o/iOS-ArtSignPro_Sdk.git",
51     "tag": "v0.0.6"
52   },
53   "default_subspecs": [
54     "Core",
55     "Pay",
56     "Alipay",
57     "WeChat"
58   ],
59   "pushed_with_swift_version": "3.0",
60   "subspecs": [
61     {
62       "name": "Core",
63       "source_files": [
64         "Source/**/*.swift",
65         "Headers/*.h"
66       ],
67       "resources": "Resources/**/*.*",
68       "private_header_files": "Headers/*.h",
69       "dependencies": {
70         "ArtSignProSdk/Pay": [
72         ]
73       }
74     },
75     {
76       "name": "Pay",
77       "source_files": [
78         "lib/*.h",
79         "lib/Dependencies/Network/*.h"
80       ],
81       "public_header_files": [
82         "lib/*.h",
83         "lib/Dependencies/Network/*.h"
84       ],
85       "vendored_libraries": [
86         "lib/*.a",
87         "lib/Dependencies/Network/*.a"
88       ],
89       "resources": "lib/*.bundle",
90       "frameworks": [
91         "CFNetwork",
92         "SystemConfiguration",
93         "Security"
94       ],
95       "ios": {
96         "libraries": [
97           "c++",
98           "stdc++",
99           "z"
100         ]
101       },
102       "xcconfig": {
103         "OTHER_LDFLAGS": "-ObjC"
104       }
105     },
106     {
107       "name": "Alipay",
108       "vendored_libraries": "lib/Channels/Alipay/*.a",
109       "ios": {
110         "vendored_frameworks": "lib/Channels/Alipay/AlipaySDK.framework"
111       },
112       "resources": "lib/Channels/Alipay/AlipaySDK.bundle",
113       "frameworks": [
114         "CoreMotion",
115         "CoreTelephony"
116       ],
117       "dependencies": {
118         "ArtSignProSdk/Pay": [
120         ]
121       }
122     },
123     {
124       "name": "WeChat",
125       "dependencies": {
126         "ArtSignProSdk/Pay": [
128         ]
129       }
130     }
131   ]