blob: 8c4c35426129c01d7fe345d819f54131b37653ae [file] [log] [blame]
{
"name": "XYIAPKit",
"version": "1.0.0",
"summary": "In App purchase sdk, support auto-renewable subscription",
"description": "非常好用的内购组件,支持自动续期订阅的过期校验、票据检验、简单易用\n提供功能:\n 1)、产品查询\n 2)、产品购买\n 3)、恢复内购\n 4)、票据校验\n 5)、交易存储",
"homepage": "https://github.com/mqc123450/XYIAPKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"qichao.ma": "“qichao.ma@quvideo.com”"
},
"source": {
"git": "https://github.com/mqc123450/XYIAPKit.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "XYIAPKit/*.h",
"public_header_files": "XYIAPKit/*.h",
"frameworks": "StoreKit",
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "XYIAPKit/Core/*.{h,m}"
},
{
"name": "KeychainPersistence",
"dependencies": {
"XYIAPKit/Core": [
]
},
"source_files": "XYIAPKit/Persistence/KeychainPersistence/*.{h,m}",
"frameworks": "Security"
},
{
"name": "UserDefaultPersistence",
"dependencies": {
"XYIAPKit/Core": [
]
},
"source_files": "XYIAPKit/Persistence/UserDefaultPersistence/*.{h,m}"
},
{
"name": "iTunesReceiptVerify",
"dependencies": {
"XYIAPKit/Core": [
],
"YYModel": [
"~> 1.0.4"
]
},
"source_files": "XYIAPKit/Receipt/iTunesReceiptVerify/*.{h,m}"
}
]
}