blob: d4c0fd6c9fbcd3ab5d574a6e42ef50578b4dada0 [file] [log] [blame]
{
"name": "XYIAPKit",
"version": "0.5.0",
"summary": "A short description of XYIAPKit.",
"description": "好用的内购组件",
"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": "0.5.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "XYIAPKit/*.h",
"public_header_files": "XYIAPKit/*.h",
"frameworks": "StoreKit",
"requires_arc": true,
"default_subspecs": "Core",
"resource_bundles": {
"XYIAPKit": [
"XYIAPKit/Assets/*"
]
},
"subspecs": [
{
"name": "Core",
"source_files": "XYIAPKit/Core/*.{h, m}"
},
{
"name": "Persistence",
"dependencies": {
"XYIAPKit/Core": [
]
},
"source_files": "XYIAPKit/Persistence/*.{h, m}",
"frameworks": "Security"
},
{
"name": "Receipt",
"dependencies": {
"XYIAPKit/Core": [
],
"OpenSSL": [
"~> 1.0"
]
},
"platforms": {
"ios": "8.0"
},
"source_files": "XYIAPKit/Receipt/*.{h, m}"
}
]
}