blob: ec25b2d664a02d046d37c5801976678eae0ddbff [file] [log] [blame]
{
"name": "StoreKitCompanion",
"module_name": "StoreKitCompanion",
"version": "2.0.0",
"summary": "A lightweight wrapper for Apple's StoreKit, written in Swift.",
"description": "A lightweight wrapper for Apple's StoreKit, written in Swift. For iOS and OS X",
"homepage": "https://github.com/recisio/StoreKitCompanion",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Recisio": "vincent@recisio.com"
},
"source": {
"git": "https://github.com/recisio/StoreKitCompanion.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"requires_arc": true,
"source_files": "Source/*.swift",
"pushed_with_swift_version": "3.0"
}