[Add] BoreyAdSDK 0.0.6
[CocoaPods.git] / Specs / 2 / d / a / GMEllipticCurveCrypto / 1.3 / GMEllipticCurveCrypto.podspec.json
blob6251e50567e20e429ac2bcba5cf67f7202087e82
2   "name": "GMEllipticCurveCrypto",
3   "summary": "An Objective-C library for Elliptic Curve Digital Signing Algorithm (ECDSA) and for Elliptic Curve Diffie-Hellman (ECDH).",
4   "version": "1.3",
5   "homepage": "https://github.com/ankitthakur/GMEllipticCurveCrypto",
6   "license": "BSD 2-Clause License",
7   "authors": {
8     "Ankit Thakur": "ankitthakur85@icloud.com"
9   },
10   "source": {
11     "git": "https://github.com/ankitthakur/GMEllipticCurveCrypto.git",
12     "tag": "v1.3"
13   },
14   "social_media_url": "https://twitter.com/ankitthakur",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "ios": {
20     "source_files": "Pod/Classes/**/*",
21     "frameworks": [
22       "UIKit",
23       "Foundation"
24     ]
25   }