[Add] TensorFlowLiteSwift 0.0.1-nightly.20250104
[CocoaPods.git] / Specs / 6 / 3 / 9 / Arcane / 0.2.0 / Arcane.podspec.json
blob9a9eb4ec967d4bcfe43d521e8988904388b2f17e
2   "name": "Arcane",
3   "summary": "CommonCrypto in Swift",
4   "version": "0.2.0",
5   "homepage": "https://github.com/onmyway133/Arcane",
6   "license": "MIT",
7   "authors": {
8     "Khoa Pham": "onmyway133@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/onmyway133/Arcane.git",
12     "tag": "0.2.0"
13   },
14   "social_media_url": "https://twitter.com/onmyway133",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.9",
18     "tvos": "9.2"
19   },
20   "requires_arc": true,
21   "source_files": "Sources/**/*.swift",
22   "xcconfig": {
23     "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/Arcane/Sources/CCommonCrypto"
24   },
25   "preserve_paths": "Sources/CCommonCrypto/module.modulemap"