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