| { |
| "name": "EllipticLicense", |
| "version": "0.1.1", |
| "summary": "Short product key generation and validation framework based on elliptic curves digital signatures (ECDSA). for Mac OS X/Cocoa.", |
| "homepage": "https://github.com/vslavik/ellipticlicense", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Václav Slavík": "vaclav@slavik.io" |
| }, |
| "platforms": { |
| "osx": "10.7" |
| }, |
| "source": { |
| "git": "https://github.com/vslavik/ellipticlicense.git", |
| "tag": "v0.1.1" |
| }, |
| "source_files": [ |
| "Framework/*.{h,m}", |
| "c_api/*.{h,c}" |
| ], |
| "frameworks": "Cocoa", |
| "requires_arc": true, |
| "xcconfig": { |
| "OTHER_LDFLAGS": "-lObjC" |
| }, |
| "dependencies": { |
| "OpenSSL-OSX": [ |
| |
| ] |
| } |
| } |