blob: 43709934400c3761efd6158603ba49a3b2d44e15 [file] [log] [blame]
{
"name": "SCrypto",
"version": "3.0.1",
"summary": "The SCrypto framework provides neat Swift API for CommonCrypto routines.",
"homepage": "https://github.com/sgl0v/SCrypto",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Maksym Shcheglov": "maxscheglov@gmail.com"
},
"social_media_url": "http://twitter.com/sgl0v",
"platforms": {
"osx": "10.11",
"ios": "9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/sgl0v/SCrypto.git",
"tag": "3.0.1",
"submodules": true
},
"source_files": "Source/**/*.{h,swift}",
"preserve_paths": "Frameworks",
"prepare_command": "sh ./modulemap.sh",
"xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/SCrypto/Frameworks/$(PLATFORM_NAME)",
"FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/SCrypto/Frameworks/$(PLATFORM_NAME)"
},
"pushed_with_swift_version": "4.0"
}