[Add] libpag-enterprise 4.4.20
[CocoaPods.git] / Specs / 9 / 6 / c / TMAlSDK / 0.0.2 / TMAlSDK.podspec.json
blobd52cabb360f07eb7b80dc961cb5ec93143c016e8
2   "name": "TMAlSDK",
3   "version": "0.0.2",
4   "summary": "天马封装zfb SDK",
5   "homepage": "https://www.360tianma.com",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "renxukui": "qiuyong@360tianma.com"
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source": {
17     "git": "https://gitee.com/tmgc/tmal-sdk.git",
18     "tag": "0.0.2"
19   },
20   "source_files": "TMFramework/AlipaySDK.framework/Headers/*.{h}",
21   "ios": {
22     "vendored_frameworks": "TMFramework/AlipaySDK.framework"
23   },
24   "resources": "TMFramework/AlipaySDK.bundle",
25   "requires_arc": true,
26   "frameworks": [
27     "CoreMotion",
28     "CFNetwork",
29     "Foundation",
30     "UIKit",
31     "CoreGraphics",
32     "CoreText",
33     "QuartzCore",
34     "SystemConfiguration",
35     "CoreTelephony",
36     "WebKit"
37   ],
38   "libraries": [
39     "c++",
40     "z"
41   ],
42   "xcconfig": {
43     "VALID_ARCHS": "armv7 x86_64 arm64"
44   }