blob: b5a5e9aa2ac17c3cbabdd4cc5309aff152641bb7 [file] [log] [blame]
{
"name": "MerchantKit",
"platforms": {
"ios": "12.0"
},
"swift_version": "4.2",
"summary": "A modern In-App Purchases management framework for iOS developers.",
"requires_arc": true,
"version": "0.9.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Benjamin Mayo": "me@benjaminmayo.co.uk"
},
"homepage": "http://github.com/benjaminmayo/merchantkit",
"source": {
"git": "https://github.com/benjaminmayo/merchantkit.git",
"tag": "0.9.0"
},
"frameworks": [
"CoreFoundation",
"StoreKit"
],
"source_files": [
"Source/**/*.{h,swift}"
],
"resources": [
"Source/Internal/Resources/**/*.{stringsdict}"
],
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/**/*.{h,swift}",
"resources": [
"Tests/Sample Resources/*.{json,data,plist}"
]
}
]
}