[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / d / 0 / 3 / SCrypto / 1.0.2 / SCrypto.podspec.json
blobbcc1d1dac9ab1e19c55ce9f1087263674b8cfd70
2   "name": "SCrypto",
3   "version": "1.0.2",
4   "summary": "The SCrypto framework provides neat Swift API for CommonCrypto routines.",
5   "homepage": "https://github.com/sgl0v/SCrypto",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Maksym Shcheglov": "maxscheglov@gmail.com"
12   },
13   "social_media_url": "http://twitter.com/sgl0v",
14   "platforms": {
15     "osx": "10.11",
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "source": {
20     "git": "https://github.com/sgl0v/SCrypto.git",
21     "tag": "1.0.2",
22     "submodules": true
23   },
24   "source_files": "Source/**/*.{h,swift}",
25   "preserve_paths": "Frameworks",
26   "prepare_command": "sh ./modulemap.sh",
27   "xcconfig": {
28     "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/SCrypto/Frameworks/$(PLATFORM_NAME)",
29     "FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/SCrypto/Frameworks/$(PLATFORM_NAME)"
30   }