blob: 3e54cab0717360ca177684ecddc392c251ed6d89 [file] [log] [blame]
{
"name": "IDZSwiftCommonCrypto",
"version": "0.6.3",
"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": "9.1"
},
"source": {
"git": "https://github.com/iosdevzone/IDZSwiftCommonCrypto.git",
"branch": "swift2.0",
"tag": "0.6.3"
},
"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",
"source_files": "IDZSwiftCommonCrypto",
"preserve_paths": "CommonCrypto",
"xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(PROJECT_DIR)/IDZSwiftCommonCrypto"
}
}