blob: 0a63bf33386f8184119ee5cbae9dfb9620d1c50a [file] [log] [blame]
{
"name": "GSLCrypto",
"version": "1.1.0",
"authors": "GyazSquare",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/GyazSquare/GSLCrypto",
"source": {
"git": "https://github.com/GyazSquare/GSLCrypto.git",
"tag": "v1.1.0"
},
"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"
},
"source_files": "GSLCrypto/*.{h,m}",
"preserve_paths": "CommonCrypto/module.modulemap"
}