[Add] ZCShareSDK 0.0.12
[CocoaPods.git] / Specs / 5 / 2 / 3 / ObjectiveLuhn / 1.0.2 / ObjectiveLuhn.podspec.json
blobcc1bb3cb3e576e15a78ef761e10e72606062f671
2   "name": "ObjectiveLuhn",
3   "version": "1.0.2",
4   "summary": "The Luhn Algorithm ported to objective-c.",
5   "homepage": "https://github.com/MaxKramer/ObjectiveLuhn",
6   "license": "MIT",
7   "authors": {
8     "MaxKramer": "max@maxkramer.co"
9   },
10   "source": {
11     "git": "https://github.com/MaxKramer/ObjectiveLuhn.git",
12     "tag": "v1.0.2"
13   },
14   "platforms": {
15     "ios": "4.3",
16     "osx": "10.6"
17   },
18   "source_files": [
19     "Algorithm\\ Class",
20     "Algorithm\\ Class/*.{h,m}"
21   ],
22   "requires_arc": true