blob: 6e83c2d678b3c136a1b8fb1a56a0fe5aa32b6e88 [file] [log] [blame]
{
"name": "CommonCryptoModule",
"summary": "Module wrapper for CommonCrypto that is importable in Swift.",
"license": "MIT",
"version": "1.0.1",
"source": {
"git": "https://github.com/nkukushkin/CommonCryptoModule.git",
"tag": "1.0.1"
},
"authors": {
"Nikita Kukushkin": "nk-developer@ya.ru"
},
"homepage": "https://github.com/nkukushkin/CommonCryptoModule",
"social_media_url": "http://twitter.com/nkukushkin",
"platforms": {
"ios": "9.0"
},
"pod_target_xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(SRCROOT)/CommonCryptoModule/CommonCryptoModule/CommonCryptoBridge"
},
"source_files": "CommonCryptoModule/*.{h,swift}",
"resources": "CommonCryptoModule/CommonCryptoBridge/*.{h,modulemap}",
"pushed_with_swift_version": "3.2"
}