[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 6 / 9 / a / EllipticLicense / 0.1.1 / EllipticLicense.podspec.json
blobaf4508371290bd896280d9b512eded113e3b0de8
2   "name": "EllipticLicense",
3   "version": "0.1.1",
4   "summary": "Short product key generation and validation framework based on elliptic curves digital signatures (ECDSA). for Mac OS X/Cocoa.",
5   "homepage": "https://github.com/vslavik/ellipticlicense",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Václav Slavík": "vaclav@slavik.io"
12   },
13   "platforms": {
14     "osx": "10.7"
15   },
16   "source": {
17     "git": "https://github.com/vslavik/ellipticlicense.git",
18     "tag": "v0.1.1"
19   },
20   "source_files": [
21     "Framework/*.{h,m}",
22     "c_api/*.{h,c}"
23   ],
24   "frameworks": "Cocoa",
25   "requires_arc": true,
26   "xcconfig": {
27     "OTHER_LDFLAGS": "-lObjC"
28   },
29   "dependencies": {
30     "OpenSSL-OSX": [
32     ]
33   }