[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / f / 8 / 2 / STCPaySDK / 1.0.0 / STCPaySDK.podspec.json
blob372f410536dd9ba2002b36d98d51b78a045ba9ce
2   "name": "STCPaySDK",
3   "version": "1.0.0",
4   "summary": "A short description of STCPaySDK.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/zhentong.huang/STCPaySDK",
7   "license": {
8     "type": "MIT"
9   },
10   "authors": {
11     "zhentong.huang": "181310067@qq.com"
12   },
13   "source": {
14     "git": "/Users/kt-stc08/Desktop/STCPaySDK/STCPaySDK",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "source_files": "STCPaySDK/Classes/**/*",
21   "resources": "STCPaySDK/Assets/Res.bundle",
22   "public_header_files": [
23     "STCPaySDK/Classes/**/*.h",
24     "STCPaySDK/Classes/**/**/*.h"
25   ],
26   "frameworks": [
27     "SystemConfiguration",
28     "CoreTelephony",
29     "QuartzCore",
30     "CoreText",
31     "CoreGraphics",
32     "UIKit",
33     "Foundation",
34     "CFNetwork",
35     "CoreMotion"
36   ],
37   "libraries": [
38     "z",
39     "c++",
40     "sqlite3"
41   ],
42   "pod_target_xcconfig": {
43     "OTHER_LDFLAGS": "-all_load"
44   },
45   "ios": {
46     "vendored_frameworks": "STCPaySDK/Classes/**/**/*.framework",
47     "vendored_libraries": [
48       "STCPaySDK/Classes/**/**/*.a",
49       "STCPaySDK/Classes/**/**/*.framework"
50     ]
51   }