blob: d68e32e99bb72cdbf0fa10da56aa57a6c82ce170 [file] [log] [blame]
{
"name": "IDZSwiftCommonCrypto",
"version": "0.6.8",
"summary": "A wrapper for Apple's Common Crypto library written in Swift.",
"homepage": "https://github.com/iosdevzone/IDZSwiftCommonCrypto",
"license": "MIT",
"authors": {
"iOSDevZone": "idz@iosdeveloperzone.com"
},
"social_media_url": "http://twitter.com/iOSDevZone",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/iosdevzone/IDZSwiftCommonCrypto.git",
"tag": "0.6.8"
},
"prepare_command": "touch prepare_command.txt\necho 'Running prepare_command'\nif [ ! -e CommonCrypto ]; then \n pwd\n echo Running GenerateCommonCryptoModule\n ./GenerateCommonCryptoModule iphonesimulator .\nelse \n echo Skipped GenerateCommonCryptoModule \nfi",
"source_files": "IDZSwiftCommonCrypto",
"preserve_paths": "CommonCrypto",
"xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(PROJECT_DIR)/IDZSwiftCommonCrypto"
}
}