blob: cd0814ff0de4675bf4ca9c2d18eda4db31fe8b37 [file] [log] [blame]
{
"name": "MerchantKit",
"platforms": {
"ios": "10.0"
},
"swift_version": "4.0",
"summary": "A modern In-App Purchases management framework for iOS developers.",
"requires_arc": true,
"version": "0.2.2",
"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.2.2"
},
"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}"
}
]
}