[Add] UIKitViewBuilder 1.1.0
[CocoaPods.git] / Specs / c / 4 / 3 / CryptBridge / 0.1.4.1 / CryptBridge.podspec.json
blob3f27389a4906631da7d18705095f005962048fe3
2   "name": "CryptBridge",
3   "version": "0.1.4.1",
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.4.1"
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"