blob: 41f243e2c196a79d431327c3691d063fa742ef7a [file] [log] [blame]
{
"name": "MerchantKit",
"platforms": {
"ios": "11.0"
},
"swift_version": "4.2",
"summary": "A modern In-App Purchases management framework for iOS developers.",
"requires_arc": true,
"version": "0.11.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.11.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}"
]
}
]
}