[Add] AlibabacloudVpc20160428 5.5.0
[CocoaPods.git] / Specs / a / 6 / 2 / QTPaySDK_UI_All / 1.0.7 / QTPaySDK_UI_All.podspec.json
blob888c9959a83662f81084d2e4831274f457523b11
2   "name": "QTPaySDK_UI_All",
3   "version": "1.0.7",
4   "summary": "QTPay iOS SDK, contains all pay channels and UI interface.",
5   "description": "    QTPay iOS SDK, contains all pay channels and UI interface.\n    * Enables every transaction.\n",
6   "homepage": "http://www.qfpay.com/",
7   "authors": {
8     "Young Shook": "lipengxing@qfpay.com"
9   },
10   "license": "COMMERCIAL",
11   "source": {
12     "git": "https://github.com/QTPay/QTPaySDK-iOS.git",
13     "tag": "1.0.7_ui_all"
14   },
15   "requires_arc": true,
16   "ios": {
17     "public_header_files": "**/*.framework/**/*.h"
18   },
19   "vendored_libraries": "**/*.a",
20   "vendored_frameworks": "**/*.framework",
21   "preserve_paths": "**/*.framework",
22   "resources": "**/*.bundle",
23   "frameworks": [
24     "Foundation",
25     "UIKit",
26     "CoreLocation",
27     "SystemConfiguration",
28     "MobileCoreServices"
29   ],
30   "libraries": [
31     "z",
32     "c++",
33     "sqlite3"
34   ],
35   "xcconfig": {
36     "OTHER_LDFLAGS": "-lObjC",
37     "LD_RUNPATH_SEARCH_PATHS": "\"$(SRCROOT)/**/*.framework\""
38   }