blob: fdaa5d72ef198c7cfd8ffdf595d593bfb8ede0f4 [file] [log] [blame]
{
"name": "PurchaseKit",
"version": "1.0.1",
"summary": "In-App Purchase Framework",
"authors": {
"Meniny": "Meniny@qq.com"
},
"homepage": "https://github.com/Meniny/PurchaseKit",
"social_media_url": "https://meniny.cn/",
"license": "MIT",
"description": "PurchaseKit is an In-App Purchase Framework written in Swift.",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/Meniny/PurchaseKit.git",
"tag": "1.0.1"
},
"source_files": "PurchaseKit/Source/*",
"public_header_files": "PurchaseKit/Source/*.h",
"ios": {
"frameworks": [
"Foundation",
"UIKit",
"StoreKit"
]
},
"tvos": {
"frameworks": [
"Foundation",
"UIKit",
"StoreKit"
]
},
"osx": {
"frameworks": [
"Foundation",
"AppKit",
"StoreKit"
]
},
"pushed_with_swift_version": "3.0",
"deprecated": true
}