[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / d / 9 / 4 / IFreePlaySDK / 1.1.1 / IFreePlaySDK.podspec.json
blob2bc6516c7039607379cfa3f48625f3d4968dacc9
2   "name": "IFreePlaySDK",
3   "version": "1.1.1",
4   "summary": "集成facebook登录,line登录,微信登录,微信支付,paypal支付,苹果IAP内购支付并打包成静态库",
5   "description": "TODO: 集成facebook登录,line登录,微信登录,微信支付,paypal支付,苹果IAP内购支付并打包成静态库",
6   "homepage": "https://github.com/zhengyachao/IFreePlaySDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zhengyachao": "15038253754@163.com"
13   },
14   "source": {
15     "git": "https://github.com/zhengyachao/IFreePlaySDK.git",
16     "tag": "1.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "source_files": "IFreePlaySDK/sources/**/*.{h,m}",
23   "public_header_files": [
24     "IFreePlaySDK/sources/**/*.h",
25     "IFreePlaySDK/sources/LineSDK.framework/**/*.h"
26   ],
27   "vendored_libraries": [
28     "IFreePlaySDK/libs/libWeChatSDK.a",
29     "IFreePlaySDK/libs/libPayPalMobile.a"
30   ],
31   "vendored_frameworks": "IFreePlaySDK/libs/LineSDK.framework",
32   "libraries": [
33     "c++",
34     "sqlite3",
35     "z"
36   ],
37   "frameworks": [
38     "UIKit",
39     "Foundation",
40     "Security",
41     "CoreTelephony",
42     "SystemConfiguration",
43     "CFNetwork",
44     "WebKit",
45     "PassKit",
46     "MobileCoreServices",
47     "AddressBook",
48     "CoreGraphics",
49     "CoreLocation",
50     "Accelerate",
51     "AudioToolbox",
52     "CoreMedia",
53     "MessageUI",
54     "SafariServices"
55   ],
56   "xcconfig": {
57     "OTHER_LDFLAGS": "-lc++ -ObjC"
58   },
59   "dependencies": {
60     "FBSDKCoreKit": [
62     ],
63     "FBSDKLoginKit": [
65     ],
66     "FBSDKShareKit": [
68     ],
69     "YTKNetwork": [
71     ]
72   }