blob: ab805305d0d7b806adb1dca525811d01399e22d4 [file] [log] [blame]
{
"name": "GSLCrypto",
"version": "2.0.1",
"authors": "GyazSquare",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/GyazSquare/GSLCrypto",
"source": {
"git": "https://github.com/GyazSquare/GSLCrypto.git",
"tag": "v2.0.1"
},
"summary": "A simple digest library for iOS, OS X, watchOS and tvOS.",
"platforms": {
"ios": "8.0",
"osx": "10.6",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"pod_target_xcconfig": {
"HEADER_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/GSLCrypto/CommonCrypto"
},
"user_target_xcconfig": {
"HEADER_SEARCH_PATHS": "$(inherited) $(PODS_ROOT)/GSLCrypto/CommonCrypto"
},
"module_name": "GSL",
"source_files": "GSLCrypto/*.{h,m}",
"preserve_paths": "CommonCrypto/module.modulemap"
}