| { | |
| "name": "MFLicensing", | |
| "version": "1.0.0", | |
| "license": "Public Domain", | |
| "summary": "Software License Generation and Validation Library.", | |
| "homepage": "https://github.com/freshcode/MFLicensing", | |
| "authors": { | |
| "Freshcode": "info@madefresh.ca" | |
| }, | |
| "source": { | |
| "git": "https://github.com/freshcode/MFLicensing.git", | |
| "tag": "1.0.0" | |
| }, | |
| "source_files": [ | |
| "Classes", | |
| "MFLicensing/mflicensing.{h,c}" | |
| ], | |
| "requires_arc": true, | |
| "dependencies": { | |
| "MFMathLib": [ | |
| "~>1.0.0" | |
| ] | |
| } | |
| } |