blob: 11d26f604fd0977762a99dc65b11f9d8e8758c72 [file] [log] [blame]
{
"name": "MerchantKit",
"platforms": {
"ios": "10.0"
},
"swift_version": "4.1",
"summary": "A modern In-App Purchases management framework for iOS developers.",
"requires_arc": true,
"version": "0.4.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.4.0"
},
"frameworks": [
"CoreFoundation",
"StoreKit"
],
"dependencies": {
"GRKOpenSSLFramework": [
]
},
"source_files": "Source/**/*.{h,swift}",
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Tests/**/*.{h,swift}",
"resources": "Tests/**/*.{json,data}"
}
]
}