[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 5 / 3 / e / GPX / 0.0.1 / GPX.podspec.json
blob45a4640c6a959868d1373d2d1ee4dcae6d20b8c6
2   "name": "GPX",
3   "version": "0.0.1",
4   "source": {
5     "git": "https://github.com/sammy-SC/GPX.git",
6     "tag": "0.0.1"
7   },
8   "summary": "Small library for generating GPX files.",
9   "description": "Cryptography functions and helpers for Swift implemented in Swift. SHA-1, SHA-2, SHA-3, MD5, PBKDF1, PBKDF2, CRC, Poly1305, HMAC, ChaCha20, Rabbit, Blowfish, AES",
10   "homepage": "https://github.com/sammy-SC/GPX",
11   "license": {
12     "type": "Attribution License",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Samuel Susla": "samuel.susla@gmail.com"
17   },
18   "social_media_url": "https://twitter.com/SamuelSusla",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "Sources/GPX/**/*.swift",
23   "requires_arc": true,
24   "pod_target_xcconfig": {
25     "SWIFT_VERSION": "4.0",
26     "SWIFT_OPTIMIZATION_LEVEL": "-Owholemodule",
27     "SWIFT_DISABLE_SAFETY_CHECKS": "YES",
28     "SWIFT_ENFORCE_EXCLUSIVE_ACCESS": "compile-time",
29     "GCC_UNROLL_LOOPS": "YES"
30   },
31   "pushed_with_swift_version": "4.0"