[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / c / 4 / 3 / CryptBridge / 0.1.2 / CryptBridge.podspec.json
blob09f9de2b4d57ef42bfed3f4f569ee426ace8780e
2   "name": "CryptBridge",
3   "version": "0.1.2",
4   "summary": "Common Crypto wrapper to Swift",
5   "description": "Enable Swift projects to use common crypto functions",
6   "homepage": "https://github.com/rhvall/CryptBridge.git",
7   "license": {
8     "type": "Apache",
9     "file": "LICENSE"
10   },
11   "authors": "rhvall",
12   "platforms": {
13     "ios": "9.0"
14   },
15   "source": {
16     "git": "https://github.com/rhvall/CryptBridge.git",
17     "tag": "0.1.2"
18   },
19   "source_files": "*.{h,m,swift}",
20   "exclude_files": "Exclude",
21   "pod_target_xcconfig": {
22     "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/CryptBridge/CryptBridgeModuleMap"
23   },
24   "preserve_paths": "CryptBridgeModuleMap/**/*",
25   "pushed_with_swift_version": "3.0"