2 "name": "IDZSwiftCommonCrypto",
4 "summary": "A wrapper for Apple's Common Crypto library written in Swift.",
5 "homepage": "https://github.com/iosdevzone/IDZSwiftCommonCrypto",
8 "iOSDevZone": "idz@iosdeveloperzone.com"
10 "social_media_url": "http://twitter.com/iOSDevZone",
15 "git": "https://github.com/iosdevzone/IDZSwiftCommonCrypto.git",
18 "prepare_command": "touch prepare_command.txt\necho 'Running prepare_command'\nif [ ! -e CommonCrypto ]; then \n pwd\n echo Running GenerateCommonCryptoModule\n ./GenerateCommonCryptoModule iphonesimulator9.1 . \nelse \n echo Skipped GenerateCommonCryptoModule \nfi",
19 "source_files": "IDZSwiftCommonCrypto",
20 "preserve_paths": "CommonCrypto",
22 "SWIFT_INCLUDE_PATHS": "$(PROJECT_DIR)/IDZSwiftCommonCrypto"