[Add] PayUIndia-Networking 5.0.1
[CocoaPods.git] / Specs / d / 9 / 4 / IFreePlaySDK / 1.0.0 / IFreePlaySDK.podspec.json
blobc8917dc47130c6291f6b5d488e907f287d1c9d27
2   "name": "IFreePlaySDK",
3   "version": "1.0.0",
4   "summary": "集成facebook登录,line登录,微信登录,并打包成静态库",
5   "description": "TODO: 对Facebook登录和line登录以及微信登录做一次封装",
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.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "source_files": "IFreePlaySDK/Classes/**/*.{h,m}",
23   "public_header_files": "IFreePlaySDK/Classes/**/*.h",
24   "vendored_libraries": "IFreePlaySDK/Classes/libWeChatSDK.a",
25   "vendored_frameworks": "IFreePlaySDK/Classes/LineSDK.framework",
26   "libraries": [
27     "c++",
28     "sqlite3",
29     "z"
30   ],
31   "frameworks": [
32     "UIKit",
33     "Foundation",
34     "Security",
35     "CoreTelephony",
36     "SystemConfiguration",
37     "CFNetwork"
38   ],
39   "dependencies": {
40     "FBSDKCoreKit": [
42     ],
43     "FBSDKLoginKit": [
45     ],
46     "FBSDKShareKit": [
48     ]
49   },
50   "pod_target_xcconfig": {
51     "OTHER_LDFLAGS": "-all_load"
52   }