[Add] MOBFoundation 20241206
[CocoaPods.git] / Specs / d / 9 / 4 / IFreePlaySDK / 1.0.11 / IFreePlaySDK.podspec.json
blob89b4d1fbcf16c867a0248a2861fde6a1a440b0f7
2   "name": "IFreePlaySDK",
3   "version": "1.0.11",
4   "summary": "集成facebook登录/分享/邀请,微信登录/分享,苹果IAP内购支付并打包成静态库",
5   "description": "TODO: 集成facebook登录/分享/邀请,微信登录/分享,苹果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.0.11"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "source_files": "IFreePlaySDK/sources/**/*.{h,m}",
23   "public_header_files": "IFreePlaySDK/sources/**/*.h",
24   "vendored_libraries": "IFreePlaySDK/libs/libWeChatSDK.a",
25   "libraries": [
26     "c++",
27     "sqlite3",
28     "z"
29   ],
30   "frameworks": [
31     "UIKit",
32     "Foundation",
33     "Security",
34     "CoreTelephony",
35     "SystemConfiguration",
36     "CFNetwork",
37     "WebKit",
38     "PassKit",
39     "MobileCoreServices",
40     "AddressBook",
41     "CoreGraphics",
42     "CoreLocation",
43     "Accelerate",
44     "AudioToolbox",
45     "CoreMedia",
46     "MessageUI",
47     "SafariServices"
48   ],
49   "xcconfig": {
50     "OTHER_LDFLAGS": "-lc++ -ObjC"
51   },
52   "dependencies": {
53     "FBSDKCoreKit": [
55     ],
56     "FBSDKLoginKit": [
58     ],
59     "FBSDKShareKit": [
61     ],
62     "YTKNetwork": [
64     ]
65   }