[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / 2 / b / BigIntSwift / 0.0.1 / BigIntSwift.podspec.json
blobe40f7ef4d0fc91abc3bb26410993e440c0e25dcf
2   "name": "BigIntSwift",
3   "version": "0.0.1",
4   "summary": "Implementation of Big Integer for Swift",
5   "description": "Library to perform arithmetical operations on integer values of enormous size.\nPod provides basic arithmetical operation with Big Integer values like addition, multiplication and substraction.",
6   "homepage": "https://github.com/descorp/SwiftBigInteger",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Vladimir Abramichev": "vladimir.abramichev@mail.ru"
13   },
14   "source": {
15     "git": "https://github.com/descorp/SwiftBigInteger.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "requires_arc": true,
22   "pod_target_xcconfig": {
23     "SWIFT_VERSION": "3.0"
24   },
25   "source_files": "Source/**/*",
26   "preserve_paths": "README*",
27   "pushed_with_swift_version": "3.0"