blob: cc1bb3cb3e576e15a78ef761e10e72606062f671 [file] [log] [blame]
{
"name": "ObjectiveLuhn",
"version": "1.0.2",
"summary": "The Luhn Algorithm ported to objective-c.",
"homepage": "https://github.com/MaxKramer/ObjectiveLuhn",
"license": "MIT",
"authors": {
"MaxKramer": "max@maxkramer.co"
},
"source": {
"git": "https://github.com/MaxKramer/ObjectiveLuhn.git",
"tag": "v1.0.2"
},
"platforms": {
"ios": "4.3",
"osx": "10.6"
},
"source_files": [
"Algorithm\\ Class",
"Algorithm\\ Class/*.{h,m}"
],
"requires_arc": true
}