blob: e4042eb1e509c4f62b226ac9f7d75daee6132173 [file] [log] [blame]
{
"name": "StoreKitCompanion",
"module_name": "StoreKitCompanion",
"version": "1.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": "1.0"
},
"dependencies": {
"Alamofire": [
]
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"requires_arc": true,
"source_files": "Source/*.swift"
}