[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / d / b / f / AliPaySDK / 1.0 / AliPaySDK.podspec.json
blob77e4856dbaef302e5964655a1583d37d8bb0edca
2   "name": "AliPaySDK",
3   "version": "1.0",
4   "summary": "AliPay SDK for iOS.",
5   "description": "AliPay 移动支付接口智能 SDK 版 for iOS",
6   "homepage": "https://www.alipay.com/",
7   "license": {
8     "type": "Copyright",
9     "text": "支付宝(中国)网络技术有限公司 \x7f 版权所有."
10   },
11   "authors": {
12     "AliPay": "https://www.alipay.com/"
13   },
14   "social_media_url": "http://www.jeeinc.com/",
15   "platforms": {
16     "ios": "5.0"
17   },
18   "source": {
19     "git": "https://github.com/wisdomslab/AliPaySDK.git",
20     "tag": "1.0"
21   },
22   "source_files": "**/*.{h,m}",
23   "preserve_paths": "*.a",
24   "resource": "Alixpay.bundle",
25   "frameworks": [
26     "UIKit",
27     "CFNetwork",
28     "CoreGraphics",
29     "SystemConfiguration",
30     "Foundation"
31   ],
32   "requires_arc": true,
33   "xcconfig": {
34     "LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/AliPaySDK/"
35   }