blob: 232ecb19bd0100850c1134a611ee8b103f84c0b5 [file] [log] [blame]
{
"name": "cribbage-api-ios",
"version": "1.0.0",
"summary": "CribbageAPI is a simple utility for scoring hands in Cribbage.",
"homepage": "https://github.com/arahlf/cribbage-api-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"arahlf": "arahlf@gmail.com"
},
"source": {
"git": "https://github.com/arahlf/cribbage-api-ios.git",
"tag": "1.0.0"
},
"source_files": "CribbageAPI/**/*.{h,m}",
"requires_arc": true
}