blob: 24b553b6c15812456a3a621b7a7fcc7bf50ccc7a [file] [log] [blame]
{
"name": "ocapp",
"version": "1.0.2",
"summary": "个人常用第三方SDK集成方案",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://gitee.com/cocoa.me/ocapp",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhuxietong": "zhuxietong@me.com"
},
"source": {
"git": "https://gitee.com/cocoa.me/ocapp.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "8.0"
},
"default_subspecs": [
"AliPay",
"QQ",
"WeChat",
"Sina"
],
"subspecs": [
{
"name": "AliPay",
"source_files": [
"ocapp/Classes/AliPay/EeAlipaySDK.h"
],
"ios": {
"frameworks": [
"CFNetwork",
"SystemConfiguration",
"CoreGraphics",
"CoreTelephony",
"CoreMotion",
"CoreText"
],
"libraries": [
"c++",
"z"
]
}
},
{
"name": "QQ",
"source_files": [
"ocapp/Classes/QQ/*{.h}"
],
"ios": {
"frameworks": [
"Security",
"SystemConfiguration",
"CoreGraphics",
"CoreTelephony"
],
"libraries": [
"iconv",
"sqlite3",
"stdc++",
"z"
]
}
},
{
"name": "WeChat",
"source_files": [
"ocapp/Classes/WeChat/*.{h}"
],
"ios": {
"frameworks": [
"Security",
"SystemConfiguration",
"CFNetwork",
"CoreTelephony"
],
"libraries": [
"z",
"sqlite3.0",
"c++",
"z"
]
},
"pod_target_xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
}
},
{
"name": "Sina",
"source_files": [
"ocapp/Classes/Sina/*.{h}"
],
"ios": {
"frameworks": [
"Photos",
"ImageIO",
"SystemConfiguration",
"CoreText",
"QuartzCore",
"Security",
"UIKit",
"Foundation",
"CoreGraphics",
"CoreTelephony"
],
"libraries": [
"sqlite3",
"z"
]
}
}
]
}