[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 2 / 3 / ObjectiveLuhn / 1.0.0 / ObjectiveLuhn.podspec.json
blob51d5f331b095e0d95ee979359e67025d82ecc1d8
2   "name": "ObjectiveLuhn",
3   "version": "1.0.0",
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.0"
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": false